Skip to content

Commit

Permalink
Disable race condition checking for beam code (#3249)
Browse files Browse the repository at this point in the history
Unclear why these tests sometimes fail race checks, but it's far more likely to be the test harness than the code under test. It's also in experimental, and we don't want it blocking other changes to non-experimental code.
  • Loading branch information
mhutchinson authored Dec 12, 2023
1 parent 8dae2ff commit ae47bfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experimental/batchmap/tmap_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !race
// +build !race

// Copyright 2020 Google LLC. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit ae47bfc

Please sign in to comment.