Skip to content

Commit 173a44f

Browse files
nikicgithub-actions[bot]
authored andcommitted
Automerge: [CAS] Temporarily disable broken test
This test hangs forever if executed with less than three cores available, see: llvm/llvm-project#114096 (comment)
2 parents 563b9e9 + ba45ac6 commit 173a44f

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)