Skip to content

Commit

Permalink
Trying to get the test to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Jun 25, 2020
1 parent d5bce1f commit 2d4f0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tasks/function_test_groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const getDefaultArgs = (tag) => {
// '--config', 'test/functional/config.firefox.js',
'--bail',
'--debug',
'--config',
'test/new_visualize_flow/config.js',
];
};

Expand Down
1 change: 0 additions & 1 deletion test/new_visualize_flow/dashboard_embedding.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default function ({ getService, getPageObjects }) {

describe('Dashboard Embedding', function describeIndexTests() {
before(async () => {
this.tags('ciGroup2');
await esArchiver.load('kibana');
await kibanaServer.uiSettings.replace({
defaultIndex: '0bf35f60-3dc9-11e8-8660-4d65aa086b3c',
Expand Down

0 comments on commit 2d4f0e3

Please sign in to comment.