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 474c2e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = defineConfig({
WAIT_FOR_LOADER_BUFFER_MS: 0,
},
e2e: {
baseUrl: 'http://localhost:5602',
baseUrl: 'http://localhost:5601',
specPattern: 'cypress/integration/**/*.spec.{js,jsx,ts,tsx}',
testIsolation: false,
setupNodeEvents,
Expand Down
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 474c2e5

Please sign in to comment.