Skip to content

Commit

Permalink
[Security Solution] - skipping failing Cypress test (#173646)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti authored Dec 19, 2023
1 parent e17e3e4 commit a57b5a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { populateTimeline } from '../../../tasks/timeline';

import { hostsUrl } from '../../../urls/navigation';

describe('Toggle full screen', { tags: ['@ess', '@serverless'] }, () => {
describe.skip('Toggle full screen', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
visitWithTimeRange(hostsUrl('allHosts'));
Expand Down

0 comments on commit a57b5a0

Please sign in to comment.