diff --git a/tests/net/webrequest.cpp b/tests/net/webrequest.cpp index 7f77ee9b25..dd3f2a0593 100644 --- a/tests/net/webrequest.cpp +++ b/tests/net/webrequest.cpp @@ -297,7 +297,7 @@ TEST_CASE_METHOD(RequestFixture, // This test is not run by default and has to be explicitly selected to run. TEST_CASE_METHOD(RequestFixture, - "WebRequest::Manual", "[net][webrequest][auth][.]") + "WebRequest::Manual", "[.]") { // Allow getting 8-bit strings from the environment correctly. setlocale(LC_ALL, "");