Skip to content

Commit

Permalink
PMM-7: Skip test (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak authored Nov 18, 2024
1 parent 89d62b8 commit dc69ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/metrics/verifyMysqlLogLevel_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ Scenario(
},
);

Scenario(
// Unskip when https://perconadev.atlassian.net/browse/PMM-13551 is fixed
Scenario.skip(
'PMM-T1275 - Verify webConfigPlaceholder is generated on every Node exporter restart @not-ui-pipeline @exporters',
async ({ I, pmmInventoryPage }) => {
I.amOnPage(pmmInventoryPage.url);
Expand Down

0 comments on commit dc69ff0

Please sign in to comment.