Skip to content

Commit

Permalink
Revert "temp failing a test"
Browse files Browse the repository at this point in the history
This reverts commit 2c9b514.
  • Loading branch information
sunker committed Jan 31, 2025
1 parent 4523a37 commit afee760
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ test('should be able to add a new annotation when annotations already exist', as
request,
readProvisionedDashboard,
}, testInfo) => {
test.fail(semver.gte(grafanaVersion, '11.3.0'));
const dashboard = await readProvisionedDashboard({ fileName: 'testdatasource-annotations.json' });
const annotationPage = new AnnotationPage({ page, selectors, grafanaVersion, request, testInfo }, dashboard);
await annotationPage.goto();
Expand Down

0 comments on commit afee760

Please sign in to comment.