Skip to content

Commit 213a7b9

Browse files
committed
fine tune
Signed-off-by: Wantong Jiang <[email protected]>
1 parent 1afbe2b commit 213a7b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/e2e/placement_selecting_resources_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ var _ = Describe("validating CRP revision history allowing multiple revisions wh
12131213
})
12141214

12151215
// running spec in parallel with other specs causes timeouts.
1216-
var _ = Describe("validating CRP when selected resources cross the 1MB limit", Label("serial"), Ordered, Serial, func() {
1216+
var _ = Describe("validating CRP when selected resources cross the 1MB limit", Ordered, Serial, func() {
12171217
crpName := fmt.Sprintf(crpNameTemplate, GinkgoParallelProcess())
12181218
BeforeAll(func() {
12191219
By("creating resources for multiple resource snapshots")

test/e2e/v1alpha1/join_leave_placement_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
// Serial - Ginkgo will guarantee that these specs will never run in parallel with other specs.
3636
// This test cannot be run in parallel with other specs in the suite as it's leaving, joining, leaving and joining again.
37-
var _ = Describe("workload orchestration testing with join/leave", Label("serial"), Serial, func() {
37+
var _ = Describe("workload orchestration testing with join/leave", Serial, func() {
3838
var (
3939
crp *v1alpha1.ClusterResourcePlacement
4040
ctx context.Context

test/e2e/webhook_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ var _ = Describe("webhook tests for ClusterResourceOverride CREATE operations",
510510
})
511511
})
512512

513-
var _ = Describe("webhook tests for ClusterResourceOverride CREATE operation limitations", Label("serial"), Ordered, Serial, func() {
513+
var _ = Describe("webhook tests for ClusterResourceOverride CREATE operation limitations", Ordered, Serial, func() {
514514
BeforeAll(func() {
515515
By("Create 100 ClusterResourceOverrides")
516516
createClusterResourceOverrides(100)
@@ -580,7 +580,7 @@ var _ = Describe("webhook tests for ClusterResourceOverride CREATE operation lim
580580
})
581581
})
582582

583-
var _ = Describe("webhook tests for ClusterResourceOverride CREATE operations resource selection limitations", Label("serial"), Ordered, Serial, func() {
583+
var _ = Describe("webhook tests for ClusterResourceOverride CREATE operations resource selection limitations", Ordered, Serial, func() {
584584
croName := fmt.Sprintf(croNameTemplate, GinkgoParallelProcess())
585585
selector := placementv1beta1.ClusterResourceSelector{
586586
Group: "rbac.authorization.k8s.io/v1",
@@ -939,7 +939,7 @@ var _ = Describe("webhook tests for ResourceOverride CREATE operations", func()
939939
})
940940
})
941941

942-
var _ = Describe("webhook tests for ResourceOverride CREATE operation limitations", Label("serial"), Ordered, Serial, func() {
942+
var _ = Describe("webhook tests for ResourceOverride CREATE operation limitations", Ordered, Serial, func() {
943943
roNamespace := fmt.Sprintf(workNamespaceNameTemplate, GinkgoParallelProcess())
944944
BeforeAll(func() {
945945
By("creating work resources")
@@ -1017,7 +1017,7 @@ var _ = Describe("webhook tests for ResourceOverride CREATE operation limitation
10171017
})
10181018
})
10191019

1020-
var _ = Describe("webhook tests for ResourceOverride CREATE operations resource selection limitations", Label("serial"), Ordered, Serial, func() {
1020+
var _ = Describe("webhook tests for ResourceOverride CREATE operations resource selection limitations", Ordered, Serial, func() {
10211021
roName := fmt.Sprintf(roNameTemplate, GinkgoParallelProcess())
10221022
roNamespace := fmt.Sprintf(workNamespaceNameTemplate, GinkgoParallelProcess())
10231023
selector := placementv1alpha1.ResourceSelector{

0 commit comments

Comments
 (0)