chore: skip flaky Starrocks integration test

pull/907/head
Mike Fridman 2025-02-03 21:36:27 -05:00
parent fa06062cdc
commit d4c1cff36b
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions
internal/testing/integration

View File

@ -197,6 +197,8 @@ func TestYDB(t *testing.T) {
func TestStarrocks(t *testing.T) {
t.Parallel()
t.Skip("Starrocks is flaky on CI, see https://github.com/pressly/goose/issues/881")
db, cleanup, err := testdb.NewStarrocks()
require.NoError(t, err)
t.Cleanup(cleanup)