Skip to content

Commit 8a550e9

Browse files
committed
skip flaky windows test
1 parent 9bbd534 commit 8a550e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/aws-cpp-sdk-core-tests/aws/auth/GeneralHTTPCredentialsProviderTest.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,10 @@ using GeneralHTTPCredentialsProviderResponseHandlingTests = GeneralHTTPCredentia
472472

473473
TEST_P(GeneralHTTPCredentialsProviderResponseHandlingTests, ResponseHandlingTest)
474474
{
475+
#ifdef _WIN32
476+
//TODO: once in a while this test is flaky in our CI, we need to do a deeper investigation.
477+
GTEST_SKIP() << "Skipping http provider test for windows";
478+
#endif
475479
Aws::Utils::Json::JsonValue TEST_CASES(RH_TEST_CASES);
476480
ASSERT_TRUE(TEST_CASES.WasParseSuccessful());
477481
ASSERT_EQ(RH_TEST_CASES_COUNT, TEST_CASES.View().AsArray().GetLength());

0 commit comments

Comments
 (0)