Temporarily disabling the test. (#3524)

main
Dmitry Kruchinin 5 years ago committed by GitHub
parent f18b1cb82d
commit cf8e76e10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,8 @@ context('Canvas 3D functionality. Cancel drawing.', () => {
);
});
it('Repeat draw.', () => {
// Temporarily disabling the test until it is fixed https://github.com/openvinotoolkit/cvat/issues/3438#issuecomment-892432089
it.skip('Repeat draw.', () => {
cy.get('body').type('n');
cy.get('.cvat-canvas3d-perspective').trigger('mousemove');
cy.get('.cvat-canvas3d-perspective').trigger('mousemove', 450, 250).dblclick(450, 250);

Loading…
Cancel
Save