allow handle test in travis

This commit is contained in:
Alexis PIRES 2020-01-06 15:40:44 +01:00
parent e906f3354d
commit 3aaad4cf4c
1 changed files with 1 additions and 5 deletions

View File

@ -3982,11 +3982,7 @@ func TestStatelessNAT(t *testing.T) {
}
}
func TestHandleBack(t *testing.T) {
if os.Getenv("TRAVIS") == "true" {
t.SkipNow()
}
func TestIntegrationAddRule(t *testing.T) {
// Create a new network namespace to test these operations,
// and tear down the namespace at test completion.