hs-test: allow nginx suite to unconfigure topology 69/38369/2
authorMaros Ondrejicka <mondreji@cisco.com>
Tue, 28 Feb 2023 18:40:09 +0000 (19:40 +0100)
committerMaros Ondrejicka <mondreji@cisco.com>
Tue, 28 Feb 2023 18:52:44 +0000 (19:52 +0100)
Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I84209e6d2c914d1c7b9dec7efc3898b75552db1b

extras/hs-test/suite_nginx_test.go

index cd67efb..d950cf8 100644 (file)
@@ -20,6 +20,8 @@ func (s *NginxSuite) SetupSuite() {
 }
 
 func (s *NginxSuite) SetupTest() {
+       s.skipIfUnconfiguring()
+
        s.SetupVolumes()
        s.SetupContainers()