Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elastic/kibana into implement/can…
Browse files Browse the repository at this point in the history
…vas-plugin-ts-support
  • Loading branch information
spalger committed Nov 21, 2018
2 parents 24a6e8d + 7ae0d28 commit 07a50c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/canvas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
*/

export default function canvasApp({ loadTestFile }) {
describe('Canvas app', function canvasAppTestSuite() {
describe.skip('Canvas app', function canvasAppTestSuite() {
this.tags('ciGroup2'); // CI requires tags ヽ(゜Q。)ノ?
loadTestFile(require.resolve('./smoke_test'));
});
}

0 comments on commit 07a50c4

Please sign in to comment.