Merge pull request #5264 from zhzhuang-zju/SerialDescribe
fix unexpected interference between different e2e use cases
This commit is contained in:
commit
ca6f17fcff
|
@ -547,7 +547,8 @@ var _ = ginkgo.Describe("[AdvancedClusterPropagation] propagation testing", func
|
||||||
})
|
})
|
||||||
|
|
||||||
// ImplicitPriority more than one PP matches the object, we should choose the most suitable one.
|
// ImplicitPriority more than one PP matches the object, we should choose the most suitable one.
|
||||||
var _ = ginkgo.Describe("[ImplicitPriority] propagation testing", func() {
|
// Set it to run sequentially to avoid affecting other test cases.
|
||||||
|
var _ = framework.SerialDescribe("[ImplicitPriority] propagation testing", func() {
|
||||||
ginkgo.Context("priorityMatchName/priorityMatchLabel/priorityMatchAll propagation testing", func() {
|
ginkgo.Context("priorityMatchName/priorityMatchLabel/priorityMatchAll propagation testing", func() {
|
||||||
var priorityMatchName, priorityMatchLabelSelector, priorityMatchAll string
|
var priorityMatchName, priorityMatchLabelSelector, priorityMatchAll string
|
||||||
var deploymentNamespace, deploymentName string
|
var deploymentNamespace, deploymentName string
|
||||||
|
|
|
@ -514,7 +514,8 @@ var _ = ginkgo.Describe("[BasicPropagation] propagation testing", func() {
|
||||||
})
|
})
|
||||||
|
|
||||||
// ImplicitPriority more than one PP matches the object, we should choose the most suitable one.
|
// ImplicitPriority more than one PP matches the object, we should choose the most suitable one.
|
||||||
var _ = ginkgo.Describe("[ImplicitPriority] propagation testing", func() {
|
// Set it to run sequentially to avoid affecting other test cases.
|
||||||
|
var _ = framework.SerialDescribe("[ImplicitPriority] propagation testing", func() {
|
||||||
ginkgo.Context("priorityMatchName propagation testing", func() {
|
ginkgo.Context("priorityMatchName propagation testing", func() {
|
||||||
var policyNamespace, priorityMatchName, priorityMatchLabelSelector, priorityMatchAll string
|
var policyNamespace, priorityMatchName, priorityMatchLabelSelector, priorityMatchAll string
|
||||||
var deploymentNamespace, deploymentName string
|
var deploymentNamespace, deploymentName string
|
||||||
|
|
Loading…
Reference in New Issue