Skip to content

Commit

Permalink
Merge pull request #761 from qu1queee/qu1queee/test_enhance_ci
Browse files Browse the repository at this point in the history
Enhance integration flaky test case
  • Loading branch information
openshift-merge-robot authored May 4, 2021
2 parents 47ef8a4 + 99a4b8f commit 97e34d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/build_to_buildruns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var _ = Describe("Integration tests Build and BuildRuns", func() {
// BuildRun reason can be ExceededNodeResources
// if the Tekton TaskRun Pod is queued due to
// insufficient cluster resources.
Or(Equal("Pending"), Equal("ExceededNodeResources")))
Or(Equal("Pending"), Equal("ExceededNodeResources"), Equal("Running")))
})
})

Expand Down

0 comments on commit 97e34d4

Please sign in to comment.