mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 07:48:52 -04:00
[canvas] skip functional tests for now
This commit is contained in:
parent
a6c6706965
commit
7ae0d28d87
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue