Skip to content

Commit 50c6b12

Browse files
committed
try fix
1 parent a1831b7 commit 50c6b12

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/snsqs/Tests/Spec/SnsQsSendToTopicAndReceiveNoWaitFromQueueTest.php

+9
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@
88

99
/**
1010
* @group functional
11+
*
1112
* @retry 5
1213
*/
1314
class SnsQsSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndReceiveNoWaitFromQueueSpec
1415
{
1516
use RetryTrait;
1617
use SnsQsFactoryTrait;
1718

19+
protected function setUp(): void
20+
{
21+
try {
22+
$this->cleanUpSnsQs();
23+
} catch (\Exception $e) {
24+
}
25+
}
26+
1827
protected function tearDown(): void
1928
{
2029
parent::tearDown();

0 commit comments

Comments
 (0)