@@ -46,7 +46,7 @@ var _ = Describe("AppWrapper E2E Test", func() {
4646 cleanupTestObjects (ctx , appwrappers )
4747 })
4848
49- Describe ("Creation of Fundamental GVKs" , Label ("Kueue" , "Standalone" , "DevMode" ), func () {
49+ Describe ("Creation of Fundamental GVKs" , Label ("Kueue" , "Standalone" ), func () {
5050 It ("Pods" , func () {
5151 aw := createAppWrapper (ctx , pod (250 ), pod (250 ))
5252 appwrappers = append (appwrappers , aw )
@@ -80,15 +80,15 @@ var _ = Describe("AppWrapper E2E Test", func() {
8080 })
8181 })
8282
83- Describe ("Creation of Kubeflow Training Operator GVKs" , Label ("Kueue" , "Standalone" , "DevMode" ), func () {
83+ Describe ("Creation of Kubeflow Training Operator GVKs" , Label ("Kueue" , "Standalone" ), func () {
8484 It ("PyTorch Jobs" , func () {
8585 aw := createAppWrapper (ctx , pytorchjob (2 , 250 ))
8686 appwrappers = append (appwrappers , aw )
8787 Expect (waitAWPodsReady (ctx , aw )).Should (Succeed ())
8888 })
8989 })
9090
91- Describe ("Creation of Kuberay GVKs" , Label ("Kueue" , "Standalone" , "DevMode" ), func () {
91+ Describe ("Creation of Kuberay GVKs" , Label ("Kueue" , "Standalone" ), func () {
9292 It ("RayClusters" , func () {
9393 aw := createAppWrapper (ctx , raycluster (500 , 2 , 250 ))
9494 appwrappers = append (appwrappers , aw )
0 commit comments