Skip to content

Commit

Permalink
skip race
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 19, 2024
1 parent 478a219 commit a13ddb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions system_tests/fast_confirm_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// Copyright 2023-2024, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro/blob/master/LICENSE

// race detection makes things slow and miss timeouts
//go:build !race
// +build !race

package arbtest

import (
Expand Down

0 comments on commit a13ddb6

Please sign in to comment.