Skip to content

Commit 539ae0c

Browse files
leon-apeapecloud-bot
authored andcommitted
chore: skip flaky opsRequest force flag case (#10147)
(cherry picked from commit b46fa2f)
1 parent 6b33318 commit 539ae0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controllers/operations/opsrequest_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ var _ = Describe("OpsRequest Controller", func() {
635635
// TODO: test head opsRequest phase is Failed by mocking pod is Failed
636636
})
637637

638-
It("test opsRequest force flag", func() {
638+
XIt("test opsRequest force flag", func() {
639639
By("create cluster and mock it to running")
640640
replicas := int32(3)
641641
createMysqlCluster(replicas)

0 commit comments

Comments
 (0)