Skip to content

Commit

Permalink
PMM-7 add retries for running state test
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Nov 18, 2024
1 parent 2b3c389 commit ea9a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verifyRemoteInstances_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Data(instances).Scenario(
pmmInventoryPage.verifyRemoteServiceIsDisplayed(serviceName);
await pmmInventoryPage.verifyAgentHasStatusRunning(serviceName);
},
);
).retry(2);

Scenario(
'TableStats UI Default table Options for Remote MySQL & AWS-RDS Instance @instances',
Expand Down

0 comments on commit ea9a80f

Please sign in to comment.