Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 4e2c855

Browse files
committed
Cleanup 2
1 parent cdc378b commit 4e2c855

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

quesma/queryparser/pancake_sql_query_generation_test.go

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func TestPancakeQueryGeneration(t *testing.T) {
6161
}
6262

6363
if test.TestName == "multiple buckets_path(file:clients/clover,nr:1)" {
64-
t.Skip("auto date histogram")
64+
t.Skip("Unskip after merge of auto_date_histogram")
6565
}
6666
if test.TestName == "Clover(file:clients/clover,nr:4)" {
6767
t.Skip("answers are fine, need to update test")
@@ -76,15 +76,6 @@ func TestPancakeQueryGeneration(t *testing.T) {
7676
t.Skip("Was skipped before, no expected results")
7777
}
7878

79-
// 18 wtf?
80-
81-
if i >= 85 {
82-
//t.Skip()
83-
}
84-
if i != 6 {
85-
//t.Skip()
86-
}
87-
8879
fmt.Println("i:", i, "test:", test.TestName)
8980

9081
jsonp, err := types.ParseJSON(test.QueryRequestJson)

0 commit comments

Comments
 (0)