Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p-pichet committed Aug 8, 2024
1 parent a1831b7 commit 50c6b12
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@

/**
* @group functional
*
* @retry 5
*/
class SnsQsSendToTopicAndReceiveNoWaitFromQueueTest extends SendToTopicAndReceiveNoWaitFromQueueSpec
{
use RetryTrait;
use SnsQsFactoryTrait;

protected function setUp(): void
{
try {
$this->cleanUpSnsQs();
} catch (\Exception $e) {
}
}

protected function tearDown(): void
{
parent::tearDown();
Expand Down

0 comments on commit 50c6b12

Please sign in to comment.