Skip to content

Commit

Permalink
WIP DONTMERGE debug CI failures
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed Mar 31, 2021
1 parent b735299 commit f88d4a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/sriov/sriov_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ func sriovTestSetup(t *testing.T) *sriov.Info {
t.Skip("Skipping SRIOV tests.")
}

// debug CI failures on travis on xenial
if err := os.Setenv("PCIDB_DISABLE_NETWORK_FETCH", "1"); err != nil {
t.Fatalf("Canoot set PCIDB_DISABLE_NETWORK_FETCH")
}

testdataPath, err := testdata.SnapshotsDirectory()
if err != nil {
t.Fatalf("Expected nil err, but got %v", err)
Expand Down

0 comments on commit f88d4a5

Please sign in to comment.