We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3bf27 commit ba45ac6Copy full SHA for ba45ac6
llvm/unittests/CAS/ObjectStoreTest.cpp
@@ -269,7 +269,8 @@ TEST_P(CASTest, NodesBig) {
269
ASSERT_THAT_ERROR(CAS->validate(CAS->getID(ID)), Succeeded());
270
}
271
272
-#if LLVM_ENABLE_THREADS
+// FIXME: Re-enable the test.
273
+#if 0
274
/// Common test functionality for creating blobs in parallel. You can vary which
275
/// cas instances are the same or different, and the size of the created blobs.
276
static void testBlobsParallel(ObjectStore &Read1, ObjectStore &Read2,
0 commit comments