Skip to content

Commit

Permalink
Merge pull request #669 from mikenairn/split_dnspolicy_tests
Browse files Browse the repository at this point in the history
Split dnspolicy tests
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2023
2 parents 3e7edf6 + c6d6dac commit 3b0a1e9
Show file tree
Hide file tree
Showing 7 changed files with 1,491 additions and 1,310 deletions.
2 changes: 1 addition & 1 deletion test/gateway_integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func testClient() client.Client { return k8sClient }
func TestAPIs(t *testing.T) {
RegisterFailHandler(Fail)

RunSpecs(t, "Controller Suite")
RunSpecs(t, "Gateway Controller Suite")
}

var _ = BeforeSuite(func() {
Expand Down
Loading

0 comments on commit 3b0a1e9

Please sign in to comment.