Revert "Skip broken tests for dev.3 release"
This reverts commit 340873c82e.
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
)
|
||||
|
||||
func TestStepAggregate(t *testing.T) {
|
||||
t.Skip("skipping this for dev.3 release")
|
||||
basicAttrs := []simpleAttribute{
|
||||
{ident: "k1"},
|
||||
{ident: "k2"},
|
||||
@@ -1007,7 +1006,6 @@ func TestStepAggregate_cursorCollect_back(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestStepAggregate_more(t *testing.T) {
|
||||
t.Skip("skipping this for dev.3 release")
|
||||
basicAttrs := []simpleAttribute{
|
||||
{ident: "k1"},
|
||||
{ident: "k2"},
|
||||
|
||||
@@ -9,7 +9,6 @@ import (
|
||||
)
|
||||
|
||||
func TestStepJoinLocal(t *testing.T) {
|
||||
t.Skip("skipping this for dev.3 release")
|
||||
crs1 := &filter.PagingCursor{}
|
||||
crs1.Set("l_pk", 1, false)
|
||||
crs1.Set("l_val", "l1 v1", false)
|
||||
@@ -1011,7 +1010,6 @@ func TestStepJoinLocal_cursorCollect_back(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestStepJoinLocal_more(t *testing.T) {
|
||||
t.Skip("skipping this for dev.3 release")
|
||||
tcc := []struct {
|
||||
name string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user