Skip to content

Commit

Permalink
Disabling batsched tests
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Dec 6, 2024
1 parent 778bf72 commit 72e08f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ void BatchServiceEASY_BFTest::do_EASY_BF_test(int num_compute_nodes,


#ifdef ENABLE_BATSCHED
TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_1)
TEST_F(BatchServiceEASY_BFTest, DISABLED_SimpleEASY_BFTest_1)
#else
TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_1)
TEST_F(BatchServiceEASY_BFTest, DISABLED_SimpleEASY_BFTest_1)
#endif
{
// BATSCHED FAILS: DOES NOT BACKFILL job4, SO DEPTH=1?
Expand All @@ -238,7 +238,7 @@ TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_1)


#ifdef ENABLE_BATSCHED
TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_2)
TEST_F(BatchServiceEASY_BFTest, DISABLED_SimpleEASY_BFTest_2)
#else
TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_2)
#endif
Expand All @@ -256,7 +256,7 @@ TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_2)
}

#ifdef ENABLE_BATSCHED
TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_3)
TEST_F(BatchServiceEASY_BFTest, DISABLED_SimpleEASY_BFTest_3)
#else
TEST_F(BatchServiceEASY_BFTest, SimpleEASY_BFTest_3)
#endif
Expand Down

0 comments on commit 72e08f4

Please sign in to comment.