Repository: mesos Updated Branches: refs/heads/master f6aa4b04d -> 8a3dc5534
Temporarily disabled Module tests due to MESOS-1942. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8a3dc553 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8a3dc553 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8a3dc553 Branch: refs/heads/master Commit: 8a3dc553400d5261c7fb3da701d68213fd89fef7 Parents: f6aa4b0 Author: Niklas Q. Nielsen <[email protected]> Authored: Thu Oct 16 16:26:02 2014 -0700 Committer: Niklas Q. Nielsen <[email protected]> Committed: Thu Oct 16 16:26:02 2014 -0700 ---------------------------------------------------------------------- src/tests/module_tests.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/8a3dc553/src/tests/module_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/module_tests.cpp b/src/tests/module_tests.cpp index 906f9ec..54e1e8d 100644 --- a/src/tests/module_tests.cpp +++ b/src/tests/module_tests.cpp @@ -300,7 +300,7 @@ static void updateModuleApiVersion( // Test that loading a module library with a different API version // fails -TEST_F(ModuleTest, DifferentApiVersion) +TEST_F(ModuleTest, DISABLED_DifferentApiVersion) { const string libraryName = "examplemodule"; const string moduleName = "org_apache_mesos_TestModule"; @@ -332,7 +332,7 @@ TEST_F(ModuleTest, DifferentApiVersion) // Test that loading a module library compiled with a newer Mesos // fails. -TEST_F(ModuleTest, NewerModuleLibrary) +TEST_F(ModuleTest, DISABLED_NewerModuleLibrary) { const string libraryName = "examplemodule"; const string moduleName = "org_apache_mesos_TestModule"; @@ -352,7 +352,7 @@ TEST_F(ModuleTest, NewerModuleLibrary) // Test that loading a module library compiled with a really old // Mesos fails. -TEST_F(ModuleTest, OlderModuleLibrary) +TEST_F(ModuleTest, DISABLED_OlderModuleLibrary) { const string libraryName = "examplemodule"; const string moduleName = "org_apache_mesos_TestModule";
