mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
cpprest: Disable one more test requiring internet connection
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0b98738428
commit
014c4d224a
|
|
@ -105,3 +105,23 @@ Index: cpprest/Release/tests/functional/http/client/connections_and_errors.cpp
|
|||
|
||||
} // SUITE(connections_and_errors)
|
||||
|
||||
--- cpprest-2.10.16.orig/Release/tests/functional/http/client/redirect_tests.cpp
|
||||
+++ cpprest-2.10.16/Release/tests/functional/http/client/redirect_tests.cpp
|
||||
@@ -159,7 +159,7 @@ SUITE(redirect_tests)
|
||||
VERIFY_NO_THROWS(reply.get());
|
||||
}
|
||||
}
|
||||
-
|
||||
+/*
|
||||
TEST(does_not_follow_https_to_http_by_default)
|
||||
{
|
||||
handle_timeout([] {
|
||||
@@ -182,7 +182,7 @@ SUITE(redirect_tests)
|
||||
);
|
||||
});
|
||||
}
|
||||
-
|
||||
+*/
|
||||
TEST_FIXTURE(uri_address, follows_permanent_redirect)
|
||||
{
|
||||
#if USING_WINHTTP
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user