Skip to content

Commit 0a8c451

Browse files
committed
Adding skip to flaky test
1 parent 41833f2 commit 0a8c451

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/queue.go

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ var _ = Describe("AppWrapper E2E Test", func() {
9595
})
9696

9797
It("MCAD CPU Preemption Test", func() {
98+
99+
Skip("Skipping MCAD CPU Preemption Test - [Bug] Failing intermittently on opened PRs")
100+
98101
fmt.Fprintf(os.Stdout, "[e2e] MCAD CPU Preemption Test - Started.\n")
99102

100103
context := initTestContext()

0 commit comments

Comments
 (0)