Skip to content

Commit c779209

Browse files
authored
chore(integration): Skip failing Karma integration test for now (#4538)
Co-authored-by: jliempt <>
1 parent 0c1a52a commit c779209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/integration_karma_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import (
1818
)
1919

2020
func TestKarmaIntegration(t *testing.T) {
21+
t.Skip("Skip failing test for now")
22+
2123
t.Parallel()
2224
ctx := context.Background()
2325

0 commit comments

Comments
 (0)