Skip to content

Commit

Permalink
[Export tests]: Make export via ingress test serial
Browse files Browse the repository at this point in the history
Since this test runs in parallel to the route one, on OKD testing
we might end up picking the ingress object in the route test, and thus fail.

Signed-off-by: Alex Kalenyuk <[email protected]>
  • Loading branch information
akalenyu committed Mar 22, 2023
1 parent 38c01c3 commit f5ff920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ var _ = SIGDescribe("Export", func() {
)
})

Context("Ingress", func() {
Context("[Serial]Ingress", Serial, func() {
const (
tlsSecretName = "test-tls"
)
Expand Down

0 comments on commit f5ff920

Please sign in to comment.