Skip to content

Commit

Permalink
try run ci again
Browse files Browse the repository at this point in the history
Signed-off-by: sjcsjc123 <[email protected]>
  • Loading branch information
sjcsjc123 committed Jan 3, 2024
1 parent 237302c commit b1284db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/conformance/utils/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,13 @@ func New(s Options) *ConformanceTestSuite {
}
}

suite.Applier.IngressClass = suite.IngressClassName
return suite
}

// Setup ensures the base resources required for conformance tests are installed
// in the cluster. It also ensures that all relevant resources are ready.
func (suite *ConformanceTestSuite) Setup(t *testing.T) {
t.Logf("📦 Test Setup: Ensuring IngressClass has been accepted")

suite.Applier.IngressClass = suite.IngressClassName

t.Logf("📦 Test Setup: Applying base manifests")

for _, baseManifest := range suite.BaseManifests {
Expand Down

0 comments on commit b1284db

Please sign in to comment.