Skip to content

Commit

Permalink
Disabled some 3d tests for GitHub CI (#3860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ActiveChooN authored Nov 3, 2021
1 parent 6e49f1b commit d7ea098
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

import { taskName } from '../../support/const_canvas3d';

// Firefox does not yet support WebGL in headless mode: https://bugzilla.mozilla.org/show_bug.cgi?id=1375585 (disabled in the cypress_cron_type.json)
// Firefox does not yet support WebGL in headless mode:
// https://bugzilla.mozilla.org/show_bug.cgi?id=1375585 (disabled in the cypress_cron_type.json)
context('Canvas 3D functionality. Basic actions.', () => {
const caseId = '56';
const screenshotsPath =
Expand Down Expand Up @@ -183,7 +184,8 @@ context('Canvas 3D functionality. Basic actions.', () => {
cy.get('.cvat-player-first-button').click(); // Return to first frame
});

it('Testing perspective visual regressions.', () => {
// FIXME: this test was temporarily excluded
it.skip('Testing perspective visual regressions.', () => {
testPerspectiveChangeOnKeyPress('u', 'before_press_altU', 'after_press_altU');
testPerspectiveChangeOnKeyPress('o', 'before_press_altO', 'after_press_altO');
testPerspectiveChangeOnKeyPress('i', 'before_press_altI', 'after_press_altI');
Expand Down

0 comments on commit d7ea098

Please sign in to comment.