Unverified Commit 8ad32af5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233873 from wegank/aws-sdk-cpp-tests

aws-sdk-cpp: disable more flaky tests
parents a3ae95e1 50f080e8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -45,6 +45,8 @@ stdenv.mkDerivation rec {

    # Flaky on Hydra
    rm tests/aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
    rm tests/aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
    rm tests/aws-cpp-sdk-core-tests/aws/client/AwsConfigTest.cpp
    # Includes aws-c-auth private headers, so only works with submodule build
    rm tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp
    # TestRandomURLMultiThreaded fails
@@ -88,10 +90,6 @@ stdenv.mkDerivation rec {
    "-Wno-error=deprecated-declarations"
  ];

  # aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
  # seem to have a datarace
  enableParallelChecking = false;

  postFixupHooks = [
    # This bodge is necessary so that the file that the generated -config.cmake file
    # points to an existing directory.