mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard Sharing: Skips flaky e2e test for dashboard sharing (#94507)
skips flaky e2e test for dashboard sharing
This commit is contained in:
parent
0a7b731242
commit
97de44b0c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user