Dashboard Sharing: Skips flaky e2e test for dashboard sharing (#94507)

skips flaky e2e test for dashboard sharing
This commit is contained in:
owensmallwood 2024-10-09 15:50:54 -06:00 committed by GitHub
parent 0a7b731242
commit 97de44b0c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,9 @@ describe('Shared dashboards', () => {
e2e.pages.ShareDashboardDrawer.ShareExternally.container().should('not.exist');
});
it('Create a shared dashboard and check API', () => {
// Skipping due to being a flaky test
// https://drone.grafana.net/grafana/grafana/201217/6/14
it.skip('Create a shared dashboard and check API', () => {
openDashboard();
// Open share externally drawer
@ -111,7 +113,7 @@ describe('Shared dashboards', () => {
});
});
it('Disable a shared dashboard', () => {
it.skip('Disable a shared dashboard', () => {
openDashboard();
//TODO Failing in CI/CD. Fix it