3
0

Revert "Skip broken tests for dev.3 release"

This reverts commit 340873c82e.
This commit is contained in:
Tomaž Jerman
2022-09-21 15:39:19 +02:00
parent d7ecbafa66
commit 956547a893
2 changed files with 0 additions and 4 deletions

View File

@@ -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"},

View File

@@ -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