Skip to content

Commit ba45ac6

Browse files
committed
[CAS] Temporarily disable broken test
This test hangs forever if executed with less than three cores available, see: #114096 (comment)
1 parent 4a3bf27 commit ba45ac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/unittests/CAS/ObjectStoreTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ TEST_P(CASTest, NodesBig) {
269269
ASSERT_THAT_ERROR(CAS->validate(CAS->getID(ID)), Succeeded());
270270
}
271271

272-
#if LLVM_ENABLE_THREADS
272+
// FIXME: Re-enable the test.
273+
#if 0
273274
/// Common test functionality for creating blobs in parallel. You can vary which
274275
/// cas instances are the same or different, and the size of the created blobs.
275276
static void testBlobsParallel(ObjectStore &Read1, ObjectStore &Read2,

0 commit comments

Comments
 (0)