File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -438,9 +438,8 @@ describe('apidom-ls-hover-provider', function () {
438438 logLevel,
439439 } ;
440440
441- // TODO: Flaky test.
442- // eslint-disable-next-line mocha/no-skipped-tests
443- xit ( 'test hover ref provider' , async function ( ) {
441+ it ( 'test hover ref provider' , async function ( ) {
442+ this . timeout ( 10000 ) ;
444443 let languageService : LanguageService = getLanguageService ( contextAsyncRef ) ;
445444
446445 try {
@@ -468,9 +467,8 @@ describe('apidom-ls-hover-provider', function () {
468467 }
469468 } ) ;
470469
471- // TODO: Flaky test.
472- // eslint-disable-next-line mocha/no-skipped-tests
473- xit ( 'test hover full provider' , async function ( ) {
470+ it ( 'test hover full provider' , async function ( ) {
471+ this . timeout ( 10000 ) ;
474472 const languageService : LanguageService = getLanguageService ( contextFull ) ;
475473
476474 try {
You can’t perform that action at this time.
0 commit comments