Skip to content

Commit

Permalink
disable flaky test (#43655)
Browse files Browse the repository at this point in the history
(cherry picked from commit 48ceb29)
  • Loading branch information
spalger committed Aug 21, 2019
1 parent 44bc854 commit 6120665
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ test('should support spaces in workspace dir', async () => {
expect(converted).toBe(`git://${repo}/blob/${revision}/${file}`);
});

test('should support case-insensitive workspace dir', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/43655
test.skip('should support case-insensitive workspace dir', async () => {
const workspaceCaseInsensitive = path.join(baseDir, 'WorkSpace');
// test only if it's case-insensitive
const workspaceHandler = new WorkspaceHandler(
Expand Down

0 comments on commit 6120665

Please sign in to comment.