Chore: skip e2e test for examplars (#37991)

This commit is contained in:
Hugo Häggmark
2021-08-18 08:29:03 +02:00
committed by GitHub
parent b028dbc537
commit a160930e24
+1 -1
View File
@@ -20,7 +20,7 @@ const addDataSource = () => {
});
};
describe('Exemplars', () => {
describe.skip('Exemplars', () => {
beforeEach(() => {
e2e.flows.login('admin', 'admin');