mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
Merge pull request #265860 from anthonyroussel/disable-flaky-test-ssm-agent
amazon-ssm-agent: disable time dependent/flaky test
This commit is contained in:
commit
3dc0248dbc
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ buildGoModule rec {
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
checkFlags = [
|
||||||
|
# Skip time dependent/flaky test
|
||||||
|
"-skip=TestSendStreamDataMessageWithStreamDataSequenceNumberMutexLocked"
|
||||||
|
];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/amazon-ssm-agent --prefix PATH : ${bashInteractive}/bin
|
wrapProgram $out/bin/amazon-ssm-agent --prefix PATH : ${bashInteractive}/bin
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue