Skip to content

Commit 7fdc568

Browse files
authored
Merge pull request #3135 from OffchainLabs/raul/fix-broken-master-chal-tests
Fix Broken Challenge Tests on Master
2 parents b089ee5 + 4052eaf commit 7fdc568

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

system_tests/bold_state_provider_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func TestChallengeProtocolBOLD_Bisections(t *testing.T) {
156156
}
157157

158158
func TestChallengeProtocolBOLD_StateProvider(t *testing.T) {
159-
// t.Parallel()
159+
t.Parallel()
160160
ctx, cancelCtx := context.WithCancel(context.Background())
161161
defer cancelCtx()
162162
maxNumBlocks := uint64(1 << 14)
@@ -358,6 +358,7 @@ func setupBoldStateProvider(t *testing.T, ctx context.Context, blockChallengeHei
358358
sconf := setup.RollupStackConfig{
359359
UseMockBridge: false,
360360
UseMockOneStepProver: false,
361+
UseBlobs: true,
361362
MinimumAssertionPeriod: 0,
362363
}
363364

system_tests/overflow_assertions_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func TestOverflowAssertions(t *testing.T) {
6969
UseMockBridge: false,
7070
UseMockOneStepProver: false,
7171
MinimumAssertionPeriod: minAssertionBlocks,
72+
UseBlobs: true,
7273
}
7374

7475
_, l2node, _, _, l1info, _, l1client, l1stack, assertionChain, _ := createTestNodeOnL1ForBoldProtocol(t, ctx, true, nil, l2chainConfig, nil, sconf, l2info)

0 commit comments

Comments
 (0)