summaryrefslogtreecommitdiffstats
path: root/toolkit/profile/gtest/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/profile/gtest/moz.build')
-rw-r--r--toolkit/profile/gtest/moz.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/toolkit/profile/gtest/moz.build b/toolkit/profile/gtest/moz.build
index d9219b4113..829975dbdd 100644
--- a/toolkit/profile/gtest/moz.build
+++ b/toolkit/profile/gtest/moz.build
@@ -12,7 +12,11 @@ UNIFIED_SOURCES += [
"TestProfileLock.cpp",
]
-if CONFIG["OS_ARCH"] == "Linux" and CONFIG["OS_TARGET"] != "Android":
+if (
+ CONFIG["OS_ARCH"] == "Linux"
+ and CONFIG["OS_TARGET"] != "Android"
+ and not CONFIG["MOZ_TSAN"] # Bug 1894417
+):
UNIFIED_SOURCES += [
"TestProfileLockRetry.cpp",
]