e2e: reactivate network test (#8635) (#8778)

(cherry picked from commit 8854ce4e68)

Co-authored-by: Callum Waters <cmwaters19@gmail.com>
This commit is contained in:
mergify[bot]
2022-06-16 13:02:55 -04:00
committed by GitHub
co-authored by Callum Waters
parent cbba7f3d74
commit 94e7978259
2 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ func Test(testnet *e2e.Testnet) error {
return err
}
return execVerbose("./build/tests", "-test.count=1", "-test.v")
return execVerbose("./build/tests", "-test.count=1")
}