File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 ()
@@ -126,6 +129,9 @@ var _ = Describe("AppWrapper E2E Test", func() {
126129 })
127130
128131 It ("MCAD CPU Requeuing - Completion After Enough Requeuing Times Test" , func () {
132+
133+ Skip ("Skipping MCAD CPU Requeuing - Completion After Enough Requeuing Times Test - [Bug] Failing intermittently on opened PRs" )
134+
129135 fmt .Fprintf (os .Stdout , "[e2e] Completion After Enough Requeuing Times Test - Started.\n " )
130136
131137 context := initTestContext ()
@@ -146,6 +152,9 @@ var _ = Describe("AppWrapper E2E Test", func() {
146152 })
147153
148154 It ("MCAD CPU Requeuing - Deletion After Maximum Requeuing Times Test" , func () {
155+
156+ Skip ("Skipping MCAD CPU Requeuing - Deletion After Maximum Requeuing Times Test - [Bug] Failing intermittently on opened PRs" )
157+
149158 fmt .Fprintf (os .Stdout , "[e2e] MCAD CPU Requeuing - Deletion After Maximum Requeuing Times Test - Started.\n " )
150159
151160 context := initTestContext ()
You can’t perform that action at this time.
0 commit comments