amazon-ssm-agent: skip additional flaky test

This commit is contained in:
Nick Cao 2024-11-21 10:23:51 -05:00
parent 8712585f72
commit e7b85eaca5
No known key found for this signature in database

View File

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