Skip to content

Commit

Permalink
Disabled a couple of tests while Rafael is working on the VM
Browse files Browse the repository at this point in the history
shutdown/start feature
  • Loading branch information
henricasanova committed Aug 22, 2018
1 parent 6f6595b commit 3ad34ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/simulation/VirtualizedClusterServiceTest.cpp
Expand Up @@ -853,7 +853,7 @@ class ShutdownVMTestWMS : public wrench::WMS {
}
};

TEST_F(VirtualizedClusterServiceTest, ShutdownVMTestWMS) {
TEST_F(VirtualizedClusterServiceTest, DISABLED_ShutdownVMTestWMS) {
DO_TEST_WITH_FORK(do_ShutdownVMTest_test);
}

Expand Down Expand Up @@ -1025,7 +1025,7 @@ class SubmitToVMTestWMS : public wrench::WMS {
}
};

TEST_F(VirtualizedClusterServiceTest, SubmitToVMTestWMS) {
TEST_F(VirtualizedClusterServiceTest, DISABLED_SubmitToVMTestWMS) {
DO_TEST_WITH_FORK(do_SubmitToVMTest_test);
}

Expand Down

0 comments on commit 3ad34ac

Please sign in to comment.