diff options
author | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-28 19:40:09 +0100 |
---|---|---|
committer | Maros Ondrejicka <mondreji@cisco.com> | 2023-02-28 19:52:44 +0100 |
commit | 7e1d6efb5829897faaab69e2da79e9dfe265e5da (patch) | |
tree | e260c981156ee54d302204fa8ef79bb272dec659 | |
parent | c2f76f4590f57729d1bcf03bd816c10991431b18 (diff) |
hs-test: allow nginx suite to unconfigure topology
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I84209e6d2c914d1c7b9dec7efc3898b75552db1b
-rw-r--r-- | extras/hs-test/suite_nginx_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/hs-test/suite_nginx_test.go b/extras/hs-test/suite_nginx_test.go index cd67efb6cc5..d950cf834b5 100644 --- a/extras/hs-test/suite_nginx_test.go +++ b/extras/hs-test/suite_nginx_test.go @@ -20,6 +20,8 @@ func (s *NginxSuite) SetupSuite() { } func (s *NginxSuite) SetupTest() { + s.skipIfUnconfiguring() + s.SetupVolumes() s.SetupContainers() |