Skip to content

Commit

Permalink
e2e (setups): remove deny domain exclude only setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Choraden committed Sep 5, 2023
1 parent 39fed2d commit 5e54c46
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions e2e/setups.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,17 +357,6 @@ func SetupFlagDenyDomain(l *setupList) {
MustBuild(),
Run: run,
},
setup.Setup{
Name: "flag-deny-domain-only-exclude",
Compose: compose.NewBuilder().
AddService(
forwarder.HttpbinService()).
AddService(
forwarder.ProxyService().
WithDenyDomainExclude("httpbin")).
MustBuild(),
Run: run,
},
)
}

Expand Down

0 comments on commit 5e54c46

Please sign in to comment.