aws-sdk-cpp: re-disable flaky test

This was un-disabled as it was thought to be resolved,
but has occurred again on Hydra.
main
Ryan Burns 3 years ago
parent 573f4402dd
commit f2325f8ef0
  1. 3
      pkgs/development/libraries/aws-sdk-cpp/default.nix

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
};
postPatch = ''
# Flaky on Hydra
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
# Includes aws-c-auth private headers, so only works with submodule build
rm aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp
'' + lib.optionalString stdenv.hostPlatform.isMusl ''
@ -66,7 +68,6 @@ stdenv.mkDerivation rec {
# fix build with gcc9, can be removed after bumping to current version
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
# aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
# aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
# seem to have a datarace
enableParallelChecking = false;

Loading…
Cancel
Save