Skip to content

Commit f0c2e58

Browse files
Disable the Test_DeleteExecutionsWorkflow_ManyExecutions_NoContinueAsNew test because it is flaky (#3699)
1 parent 8a71b94 commit f0c2e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/worker/deletenamespace/deleteexecutions/workflow_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func Test_DeleteExecutionsWorkflow_NoActivityMocks_NoExecutions(t *testing.T) {
125125
}
126126

127127
func Test_DeleteExecutionsWorkflow_ManyExecutions_NoContinueAsNew(t *testing.T) {
128+
t.Skip("Skipping this test because it is flaky")
128129
testSuite := &testsuite.WorkflowTestSuite{}
129130
env := testSuite.NewTestWorkflowEnvironment()
130131

0 commit comments

Comments
 (0)