amazon-ssm-agent: skip additional flaky test (#357924)

This commit is contained in:
Vladimír Čunát 2024-11-21 23:58:48 +01:00
commit ef9236d340
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -136,6 +136,7 @@ buildGoModule rec {
checkFlags = [
# Skip time dependent/flaky test
"-skip=TestSendStreamDataMessageWithStreamDataSequenceNumberMutexLocked"
"-skip=TestParallelAccessOfQueue"
];
postFixup = ''