Skip to content

Commit

Permalink
Unskip editor service tests now that we are retrying. (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic authored and usergenic committed Jul 3, 2019
1 parent 55b03e3 commit 3434713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/editor-service/src/test/auto-completer_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ const attributeCompletions: CompletionItem[] = [
},
];

// TODO(https://github.com/Polymer/tools/issues/170): these tests are slightly
// flaky, skip for now.
suite.skip('AutoCompleter', () => {
suite('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
4 changes: 1 addition & 3 deletions packages/editor-service/src/test/definition-finder_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ import {createTestEnvironment} from './util';

const fixtureDir = path.join(__dirname, '..', '..', 'src', 'test', 'static');

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

0 comments on commit 3434713

Please # to comment.