Skip to content

Commit

Permalink
Disable flakey gradient overlay test
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 12, 2021
1 parent ded12ad commit bb9128f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ describe('Filter Panel', () => {
expect(overlay).toHaveStyle('background-color', 'rgba(0, 0, 0, 0.5)');
});

it('should render correct overlay when clicking "linear"', async () => {
// TODO(#9389): Fix flaky test.
// eslint-disable-next-line jasmine/no-disabled-tests
xit('should render correct overlay when clicking "linear"', async () => {
await fixture.events.click(filterPanel.linear);

const overlay = await waitFor(getBackgroundElementOverlay);
Expand Down

0 comments on commit bb9128f

Please sign in to comment.