Skip to content

Commit

Permalink
Another place to workaround T232556
Browse files Browse the repository at this point in the history
Change-Id: I5d985e1804fe5c739d635246562fb146a1320e02
  • Loading branch information
subbuss authored and jenkins-bot committed Sep 11, 2019
1 parent a918807 commit 3d193c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/roundtrip-test.js
Expand Up @@ -702,6 +702,8 @@ var runTests = Promise.async(function *(title, options, formatter) {
var uri2 = parsoidOptions.uri + 'page/wikitext/' + parsoidOptions.title;
if (options.oldid) {
uri2 += '/' + options.oldid;
} else {
uri2 += '/'; // T232556
}

var profile = { time: { total: 0, start: 0 }, size: {} };
Expand Down

0 comments on commit 3d193c9

Please sign in to comment.