fix: Skip flaky test TestIntegrationFoldersApp (#112584)

Signed-off-by: Bruno Abrantes <bruno@brunoabrantes.com>
This commit is contained in:
Bruno Abrantes
2025-10-17 15:28:04 +02:00
committed by GitHub
parent 4ed9af397d
commit 29c1e37ac2
+2
View File
@@ -48,6 +48,8 @@ var gvr = schema.GroupVersionResource{
}
func TestIntegrationFoldersApp(t *testing.T) {
t.Skip("Skipping flaky test")
testutil.SkipIntegrationTestInShortMode(t)
if !db.IsTestDbSQLite() {