Skip to content

Commit d419ed6

Browse files
authored
Disable tsan on linux (#10538)
1 parent cf3cc49 commit d419ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/firestore.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130

131131
strategy:
132132
matrix:
133-
os: [macos-12, ubuntu-latest]
133+
# TODO(b/260248007): Re-enable this once tsan passes on Linux
134+
os: [macos-12]
134135
sanitizer: [asan, tsan]
135136

136137
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)