Skip to content

Commit bb5b38c

Browse files
authored
Disable two flaky tests to keep CI green (NVIDIA#4283)
1 parent c969903 commit bb5b38c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cpp/test_multidevice_communications.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ INSTANTIATE_TEST_SUITE_P(
417417

418418
using P2PCommunicationTest = MultiDeviceTest;
419419

420-
TEST_F(P2PCommunicationTest, CudaComm) {
420+
TEST_F(P2PCommunicationTest, DISABLED_CudaComm) {
421421
static constexpr int kTensorSize = 8;
422422
static constexpr int kNumRepetitions = 32;
423423

tests/cpp/test_multidevice_host_ir.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ TEST_F(OverlapDistributedMatmulTest, AG_linear) {
478478
EXPECT_TRUE(torch::allclose(out_ref, out_at, 1e-1, 1e-1));
479479
}
480480

481-
TEST_F(MultiDeviceTest, ShareIpcMemHandles) {
481+
TEST_F(MultiDeviceTest, DISABLED_ShareIpcMemHandles) {
482482
static constexpr int kTensorSize = 4;
483483
static constexpr int kNumRepetitions = 10;
484484

0 commit comments

Comments
 (0)