Skip to content

Commit

Permalink
Skip Cypress color consistency tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml committed Aug 25, 2022
1 parent 0a6e102 commit e4425eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('Dashboard edit action', () => {
});
});
});
describe('the color scheme affects the chart colors', () => {
describe.skip('the color scheme affects the chart colors', () => {
it('should change the chart colors', () => {
openAdvancedProperties().then(() => {
clear('#json_metadata');
Expand Down

0 comments on commit e4425eb

Please sign in to comment.