Skip to content

Commit

Permalink
Disable flaky plugin generator test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Feb 24, 2020
1 parent 98aa1d2 commit 25519a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-plugin-generator/sao_template/sao.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function getFileContents(file) {
return file.contents.toString();
}

describe('plugin generator sao integration', () => {
describe.skip('plugin generator sao integration', () => {
test('skips files when answering no', async () => {
const res = await sao.mockPrompt(template, {
generateApp: false,
Expand Down

0 comments on commit 25519a5

Please sign in to comment.