mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
test: add tags to canvas functional suite (#26046)
This commit is contained in:
parent
2b6769a088
commit
a6c6706965
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
export default function canvasApp({ loadTestFile }) {
|
||||
describe('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