Skip to content

Commit

Permalink
PMM-13493 skip pgsm test
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Nov 12, 2024
1 parent 399cdc4 commit a4c0bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/qa-integration/pmm_pgsm_integration_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ Scenario(
);

// The numbers don't entirely match, we need to find a way to track based on difference
Scenario(
// TODO: unskip after https://perconadev.atlassian.net/browse/PMM-13544
Scenario.skip(
'PMM-T1259 - Verifying data in Clickhouse and comparing with PGSM output @pgsm-pmm-integration @not-ui-pipeline',
async ({ I, qanAPI }) => {
await I.pgExecuteQueryOnDemand('SELECT now();', connection);
Expand Down

0 comments on commit a4c0bda

Please sign in to comment.