disable test on travis

This commit is contained in:
Alexis PIRES 2019-12-27 23:42:50 +01:00
parent b00522b83e
commit 39f8fec129
1 changed files with 4 additions and 0 deletions

View File

@ -3983,6 +3983,10 @@ func TestStatelessNAT(t *testing.T) {
func TestHandleBack(t *testing.T) {
if os.Getenv("TRAVIS") == "true" {
t.SkipNow()
}
// Create a new network namespace to test these operations,
// and tear down the namespace at test completion.
c, newNS := openSystemNFTConn(t)