diff --git a/tests/qunit/parser.test.js b/tests/qunit/parser.test.js index 6e418a8e7..50e1a804a 100644 --- a/tests/qunit/parser.test.js +++ b/tests/qunit/parser.test.js @@ -57,27 +57,9 @@ require( '../cases/comments.json' ).forEach( function ( caseItem ) { var testName = '#getThreads (' + caseItem.name + ')'; - // Old parser tests are currently broken + // Some parser tests are currently broken in JS var skipTests = [ - 'plwiki oldparser', - 'enwiki oldparser', - 'ckbwiki oldparser', - 'arwiki no-paragraph oldparser', - 'arwiki nbsp-timezone oldparser', - 'frwiki fr-unsigned oldparser', - 'itwiki it-unsigned oldparser', - 'srwiki sr-ec variant', - 'srwiki sr-el variant', - 'Accidental dt tags (old parser)', - 'Single comment, heading', - 'Single comment with heading', - 'Manually added signature with LRM', - 'Signature which is just a selflink', - 'Comments inside references (old parser)', - 'Link using fallback 8-bit encoding (invalid UTF-8)', - 'Fake headings using \';\' syntax in wikitext (
tags)', - 'Signatures in funny places', - 'Timestamp format switch behavior' + 'Signature which is just a selflink' ]; if ( skipTests.indexOf( caseItem.name ) !== -1 ) { QUnit.skip( testName );