Skip to content

Commit d0d4dd1

Browse files
committed
fix test
1 parent 0e254f4 commit d0d4dd1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/e2e/scaffold/apisix_deployer.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ func (s *APISIXDeployer) BeforeEach() {
109109
e.Wait()
110110
}
111111

112-
var skip = true
113-
114112
func (s *APISIXDeployer) AfterEach() {
115113
if CurrentSpecReport().Failed() {
116114
if os.Getenv("TEST_ENV") == "CI" {
@@ -124,9 +122,6 @@ func (s *APISIXDeployer) AfterEach() {
124122
_, _ = fmt.Fprintln(GinkgoWriter, output)
125123
}
126124
}
127-
if skip {
128-
return
129-
}
130125

131126
// Delete all additional gateways
132127
for identifier := range s.additionalGateways {

0 commit comments

Comments
 (0)