Skip to content

Commit

Permalink
Merge pull request #178 from Polymer/skip-autocompleter-suite
Browse files Browse the repository at this point in the history
Skip the AutoCompleter suite for the moment due to flaky tests.
  • Loading branch information
usergenic committed Apr 19, 2018
2 parents 87d8cfa + d0871db commit 8f992a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/editor-service/src/test/auto-completer_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ const attributeCompletions: CompletionItem[] = [
},
];

suite('AutoCompleter', () => {
// TODO(https://github.com/Polymer/tools/issues/170): these tests are slightly
// flaky, skip for now.
suite.skip('AutoCompleter', () => {
const indexFile = path.join('editor-service', 'index.html');
const indexContents = readFileSync(path.join(fixtureDir, indexFile), 'utf-8');
const tagPosition = {line: 7, column: 9};
Expand Down

0 comments on commit 8f992a3

Please sign in to comment.