Storage: Skip slow test TestIntegrationBenchmarkResourceServer (#109424)

This commit is contained in:
William Wernert
2025-08-08 20:51:12 +00:00
committed by GitHub
parent c7bff24e35
commit 6851d8ae0c
@@ -51,6 +51,8 @@ func TestIntegrationBenchmarkSQLStorageBackend(t *testing.T) {
}
func TestIntegrationBenchmarkResourceServer(t *testing.T) {
t.Skip("skipping slow test, causing CI to fail due to timeout")
if testing.Short() {
t.Skip("skipping integration test in short mode")
}