Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
Signed-off-by: ananzh <[email protected]>
  • Loading branch information
ananzh committed Sep 21, 2023
1 parent 12465d3 commit ace71ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
group: [11]
include:
- os: ubuntu-latest
name: Linux
Expand Down
6 changes: 0 additions & 6 deletions test/functional/apps/visualize/_lab_mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ import { VISUALIZE_ENABLE_LABS_SETTING } from '../../../../src/plugins/visualiza
export default function ({ getService, getPageObjects }) {
const log = getService('log');
const PageObjects = getPageObjects(['common', 'header', 'discover', 'settings']);
const opensearchDashboardsServer = getService('opensearchDashboardsServer');

describe('visualize lab mode', () => {
before(async () => {
await opensearchDashboardsServer.uiSettings.replace({
'discover:v2': false,
});
});
it('disabling does not break loading saved searches', async () => {
await PageObjects.common.navigateToUrl('discover', '', { useActualUrl: true });
await PageObjects.discover.saveSearch('visualize_lab_mode_test');
Expand Down

0 comments on commit ace71ec

Please sign in to comment.