Skip to content

Commit

Permalink
temp disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Jan 27, 2025
1 parent ef12394 commit bbe402c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ test.describe('Test new alert rules', () => {
const queryA = alertRuleEditPage.getAlertRuleQueryRow('A');
await queryA.datasource.set(ds.name);
const rowCount = await alertRuleEditPage.getByGrafanaSelector(rows).count();
semver.gte(grafanaVersion, '11.5.0') && (await page.getByLabel('Advanced options').nth(1).check());
await alertRuleEditPage.clickAddQueryRow();
await expect(alertRuleEditPage.getByGrafanaSelector(rows)).toHaveCount(rowCount + 1);
await alertRuleEditPage.clickAddQueryRow();
Expand Down

0 comments on commit bbe402c

Please sign in to comment.