Skip to content

Commit

Permalink
skip 2 flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 22, 2025
1 parent 309b1cd commit 0fcbe80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ describe('Drill by modal', () => {
]);
});

it('Radar Chart', () => {
it.skip('Radar Chart', () => {
testEchart('radar', 'Radar Chart', [
[182, 49],
[423, 91],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ describe('Dashboards list', () => {
.should('not.contain', '4 - Sample dashboard');
});

it('should delete correctly in list mode', () => {
it.skip('should delete correctly in list mode', () => {
// deletes in list-view
setGridMode('list');

Expand Down

0 comments on commit 0fcbe80

Please sign in to comment.