Skip to content

Commit

Permalink
[canvas] skip functional tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 21, 2018
1 parent a6c6706 commit 7ae0d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@
*/

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'));
});
Expand Down

0 comments on commit 7ae0d28

Please sign in to comment.