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 c481798 commit 4f8d074
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/e2e/conformance/utils/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,13 @@ func New(s Options) *ConformanceTestSuite {
"base/dubbo.yaml",
}
}

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 All @@ -157,7 +153,6 @@ func (suite *ConformanceTestSuite) Setup(t *testing.T) {
// Run runs the provided set of conformance tests.
func (suite *ConformanceTestSuite) Run(t *testing.T, tests []ConformanceTest) {
t.Logf("🚀 Start Running %d Test Cases: \n\n%s", len(tests), globalConformanceTestsListInfo(tests))
suite.Applier.IngressClass = suite.IngressClassName
for _, test := range tests {
t.Run(test.ShortName, func(t *testing.T) {
test.Run(t, suite)
Expand Down

0 comments on commit 4f8d074

Please sign in to comment.