This is an automated email from the ASF dual-hosted git repository.

gilbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new af7a876  Disabled 3 windows failure tests 
DockerFetcherPluginTest.INTERNET_CURL_.
af7a876 is described below

commit af7a87608179fc07284d3827f6722d77faf70a4e
Author: Gilbert Song <[email protected]>
AuthorDate: Tue Apr 30 20:10:17 2019 -0700

    Disabled 3 windows failure tests DockerFetcherPluginTest.INTERNET_CURL_.
---
 src/tests/uri_fetcher_tests.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tests/uri_fetcher_tests.cpp b/src/tests/uri_fetcher_tests.cpp
index 55e75be..c727cc5 100644
--- a/src/tests/uri_fetcher_tests.cpp
+++ b/src/tests/uri_fetcher_tests.cpp
@@ -309,7 +309,7 @@ static constexpr char TEST_DIGEST[] = 
"sha256:a3ed95caeb02ffe68cdd9fd844066"
 class DockerFetcherPluginTest : public TemporaryDirectoryTest {};
 
 
-TEST_F(DockerFetcherPluginTest, INTERNET_CURL_FetchManifest)
+TEST_F(DockerFetcherPluginTest, DISABLED_INTERNET_CURL_FetchManifest)
 {
   URI uri = uri::docker::manifest(
       TEST_REPOSITORY, "latest", DOCKER_REGISTRY_HOST);
@@ -352,7 +352,7 @@ TEST_F(DockerFetcherPluginTest, INTERNET_CURL_FetchBlob)
 
 
 // Fetches the image manifest and all blobs in that image.
-TEST_F(DockerFetcherPluginTest, INTERNET_CURL_FetchImage)
+TEST_F(DockerFetcherPluginTest, DISABLED_INTERNET_CURL_FetchImage)
 {
   URI uri = uri::docker::image(
       TEST_REPOSITORY, "latest", DOCKER_REGISTRY_HOST);
@@ -388,7 +388,7 @@ TEST_F(DockerFetcherPluginTest, INTERNET_CURL_FetchImage)
 
 
 // This test verifies invoking 'fetch' by plugin name.
-TEST_F(DockerFetcherPluginTest, INTERNET_CURL_InvokeFetchByName)
+TEST_F(DockerFetcherPluginTest, DISABLED_INTERNET_CURL_InvokeFetchByName)
 {
   URI uri = uri::docker::image(
       TEST_REPOSITORY, "latest", DOCKER_REGISTRY_HOST);

Reply via email to