Skip to content

Commit

Permalink
remove job_cancellation_test
Browse files Browse the repository at this point in the history
  • Loading branch information
leoluoInSea committed Feb 27, 2023
1 parent a047c75 commit 348ec45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 310 deletions.
2 changes: 1 addition & 1 deletion integ/checkpoint_failure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func failingJobTest(s *IntegSuite, c *C, testName string, causeFailure func()) {
config, err := s.Util.ReadFlinkApplication("test_app.yaml")
c.Assert(err, IsNil, Commentf("Failed to read test app yaml"))
config.Name = testName + "job"
config.Spec.DeleteMode = v1beta1.DeleteModeForceCancel
config.Spec.add = v1beta1.DeleteModeForceCancel

config.ObjectMeta.Labels["integTest"] = testName

Expand Down
309 changes: 0 additions & 309 deletions integ/job_cancellation_test.go

This file was deleted.

0 comments on commit 348ec45

Please sign in to comment.