Skip to content

Commit

Permalink
skip tests before enable workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Anan <[email protected]>
  • Loading branch information
ananzh committed Dec 18, 2024
1 parent 6fa6cb6 commit 17caa65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { PATHS, SECONDARY_ENGINE } from '../../../../../utils/constants';
const miscUtils = new MiscUtils(cy);
const testFixtureHandler = new TestFixtureHandler(cy, PATHS.ENGINE);

describe('dataset selector', { scrollBehavior: false }, () => {
describe.skip('dataset selector', { scrollBehavior: false }, () => {
describe('empty state', () => {
it('no index pattern', function () {
// Go to the Discover page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { PATHS } from '../../../../../utils/constants';
const miscUtils = new MiscUtils(cy);
const testFixtureHandler = new TestFixtureHandler(cy, PATHS.ENGINE);

describe('query enhancement queries', { scrollBehavior: false }, () => {
describe.skip('query enhancement queries', { scrollBehavior: false }, () => {
before(() => {
testFixtureHandler.importJSONMapping('cypress/fixtures/timestamp/mappings.json.txt');

Expand Down

0 comments on commit 17caa65

Please sign in to comment.