Skip to content

Commit 7781a7a

Browse files
authored
Merge pull request OffchainLabs#3350 from OffchainLabs/use-temp-for-l1
Use an Empty DataDir for L1 in System Tests to Force In-Memory DB Usage
2 parents dc00126 + 69b1829 commit 7781a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/common_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ func createTestL1BlockChain(t *testing.T, l1info info, withClientWrapper bool) (
14111411
if l1info == nil {
14121412
l1info = NewL1TestInfo(t)
14131413
}
1414-
stackConfig := testhelpers.CreateStackConfigForTest(t.TempDir())
1414+
stackConfig := testhelpers.CreateStackConfigForTest("")
14151415
l1info.GenerateAccount("Faucet")
14161416

14171417
chainConfig := chaininfo.ArbitrumDevTestChainConfig()

0 commit comments

Comments
 (0)