Skip to content

Commit d4c1cff

Browse files
committed
chore: skip flaky Starrocks integration test
1 parent fa06062 commit d4c1cff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/testing/integration/database_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ func TestYDB(t *testing.T) {
197197
func TestStarrocks(t *testing.T) {
198198
t.Parallel()
199199

200+
t.Skip("Starrocks is flaky on CI, see https://github.com/pressly/goose/issues/881")
201+
200202
db, cleanup, err := testdb.NewStarrocks()
201203
require.NoError(t, err)
202204
t.Cleanup(cleanup)

0 commit comments

Comments
 (0)