Skip to content

Commit

Permalink
skip failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 19, 2025
1 parent 7af85ab commit 229ce8f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function testTimeChart(vizType: string) {
});
}

describe.skip('Drill to detail modal', () => {
describe('Drill to detail modal', () => {
beforeEach(() => {
closeModal();
cy.viewport(1280, 4000);
Expand Down Expand Up @@ -332,7 +332,7 @@ describe.skip('Drill to detail modal', () => {
});
});

describe('Bar Chart', () => {
describe.skip('Bar Chart', () => {
it('opens the modal with the correct filters', () => {
interceptSamples();

Expand Down Expand Up @@ -370,19 +370,19 @@ describe.skip('Drill to detail modal', () => {
});
});

describe('Area Chart', () => {
describe.skip('Area Chart', () => {
it('opens the modal with the correct filters', () => {
testTimeChart('echarts_area');
});
});

describe('Scatter Chart', () => {
describe.skip('Scatter Chart', () => {
it('opens the modal with the correct filters', () => {
testTimeChart('echarts_timeseries_scatter');
});
});

describe('Pie', () => {
describe.skip('Pie', () => {
it('opens the modal with the correct filters', () => {
interceptSamples();

Expand All @@ -404,7 +404,7 @@ describe.skip('Drill to detail modal', () => {
});
});

describe('World Map', () => {
describe.skip('World Map', () => {
it('opens the modal with the correct filters', () => {
interceptSamples();

Expand Down

0 comments on commit 229ce8f

Please sign in to comment.