Chore: skip flakey FS API tests (#62087)

skip flakey tests
This commit is contained in:
Artur Wierzbicki 2023-01-31 03:01:59 +07:00 committed by GitHub
parent c6f4eb4282
commit c8e7e7ccf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,10 @@ func runTests(createCases func() []fsTestCase, t *testing.T) {
}
func TestIntegrationFsStorage(t *testing.T) {
if true {
t.Skip("flakey tests - skipping")
}
if testing.Short() {
t.Skip("skipping integration test")
}