Repository: mesos
Updated Branches:
  refs/heads/master 51c03b50a -> 0a40243c6


Temporarily disabled UriDiskProfileTest.FetchFromHTTP test.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0a40243c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0a40243c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0a40243c

Branch: refs/heads/master
Commit: 0a40243c6a35dc9dc41774d43ee3c19cdf9e54be
Parents: 51c03b5
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Feb 12 11:06:24 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Feb 12 11:06:24 2018 +0100

----------------------------------------------------------------------
 src/tests/disk_profile_tests.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0a40243c/src/tests/disk_profile_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/disk_profile_tests.cpp b/src/tests/disk_profile_tests.cpp
index 538208e..1bbbde0 100644
--- a/src/tests/disk_profile_tests.cpp
+++ b/src/tests/disk_profile_tests.cpp
@@ -411,7 +411,9 @@ TEST_F(UriDiskProfileTest, ParseInvalids)
 // This creates a UriDiskProfile module configured to read from a file
 // and tests the basic `watch` -> `translate` workflow which callers of
 // the module are expected to follow.
-TEST_F(UriDiskProfileTest, FetchFromFile)
+//
+// Enable this test once MESOS-8567 is resolved.
+TEST_F(UriDiskProfileTest, DISABLED_FetchFromFile)
 {
   Clock::pause();
 

Reply via email to