Repository: mesos Updated Branches: refs/heads/master 0bedceb73 -> c71ab05b8
Disable MountInfoTableRead test. This test is failing under CI and will be re-enabled when fixed. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c71ab05b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c71ab05b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c71ab05b Branch: refs/heads/master Commit: c71ab05b86260ec658dcaea82af25115892b3a2e Parents: 0bedceb Author: Ian Downes <[email protected]> Authored: Wed Mar 18 10:02:02 2015 -0700 Committer: Ian Downes <[email protected]> Committed: Wed Mar 18 10:02:02 2015 -0700 ---------------------------------------------------------------------- src/tests/fs_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c71ab05b/src/tests/fs_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/fs_tests.cpp b/src/tests/fs_tests.cpp index 83f375a..34d3c41 100644 --- a/src/tests/fs_tests.cpp +++ b/src/tests/fs_tests.cpp @@ -134,7 +134,7 @@ TEST(FsTest, MountInfoTableParse) } -TEST(FsTest, MountInfoTableRead) +TEST(FsTest, DISABLED_MountInfoTableRead) { // Examine the calling process's mountinfo table. Try<fs::MountInfoTable> table = fs::MountInfoTable::read();
