We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7033c commit c1dc3d1Copy full SHA for c1dc3d1
scenarios/test_codegen/test/E2EEthNode_test.res
@@ -10,7 +10,7 @@ describe("E2E Integration Test", () => {
10
DbHelpers.runUpDownMigration()
11
})
12
13
- Async.it_only("Complete E2E", async () => {
+ Async.it("Complete E2E", async () => {
14
This.timeout(5 * 1000)
15
16
let contracts = await SetupRpcNode.deployContracts()
0 commit comments