Skip to content

Commit

Permalink
Adding skip to flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiona-Waters committed Dec 7, 2023
1 parent 41833f2 commit 0a8c451
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ var _ = Describe("AppWrapper E2E Test", func() {
})

It("MCAD CPU Preemption Test", func() {

Skip("Skipping MCAD CPU Preemption Test - [Bug] Failing intermittently on opened PRs")

fmt.Fprintf(os.Stdout, "[e2e] MCAD CPU Preemption Test - Started.\n")

context := initTestContext()
Expand Down

0 comments on commit 0a8c451

Please sign in to comment.