[K/N] Disable racy runtime test till better times

Merge-request: KT-MR-11788
Merged-by: Alexey Glushko <aleksei.glushko@jetbrains.com>
This commit is contained in:
Aleksei.Glushko
2023-08-22 21:04:26 +00:00
committed by Space Team
parent 10e45ee21a
commit c5637ccc7e
@@ -1146,6 +1146,9 @@ TEST_P(ConcurrentMarkAndSweepTest, NewThreadsWhileRequestingCollection) {
}
TEST_P(ConcurrentMarkAndSweepTest, FreeObjectWithFreeWeakReversedOrder) {
#if __has_feature(thread_sanitizer)
GTEST_SKIP() << "Broken with TSAN";
#endif
std_support::vector<Mutator> mutators(2);
std::atomic<test_support::Object<Payload>*> object1 = nullptr;
std::atomic<test_support::RegularWeakReferenceImpl*> weak = nullptr;