aws-cpp-sdk: disable flaky test

This commit is contained in:
happysalada 2021-08-28 00:36:12 +09:00 committed by Raphael Megzari
parent 053e6bf855
commit c65ec0c87d

View File

@ -64,10 +64,10 @@ stdenv.mkDerivation rec {
# fix build with gcc9, can be removed after bumping to current version
NIX_CFLAGS_COMPILE = [ "-Wno-error" ];
preConfigure =
''
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
'';
preConfigure = ''
rm aws-cpp-sdk-core-tests/aws/auth/AWSCredentialsProviderTest.cpp
rm aws-cpp-sdk-core-tests/aws/client/AWSClientTest.cpp
'';
postFixupHooks = [
# This bodge is necessary so that the file that the generated -config.cmake file