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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ const addDataSource = () => {
});
};
describe('Exemplars', () => {
describe.skip('Exemplars', () => {
beforeEach(() => {
e2e.flows.login('admin', 'admin');