From 8c0738651ff87179bfa5a0aa6bbc67c8a901cd4f Mon Sep 17 00:00:00 2001 From: amsanghi Date: Wed, 31 Jan 2024 21:23:51 +0530 Subject: [PATCH] fixes --- system_tests/state_provider_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/system_tests/state_provider_test.go b/system_tests/state_provider_test.go index 5938358d00..b2448b20f6 100644 --- a/system_tests/state_provider_test.go +++ b/system_tests/state_provider_test.go @@ -2,6 +2,7 @@ // For license information, see https://github.com/offchainlabs/bold/blob/main/LICENSE // race detection makes things slow and miss timeouts +//go:build challengetest && !race package arbtest