Skip to content

Commit

Permalink
Unskip the tests that became flaky earlier in this branch to verify w…
Browse files Browse the repository at this point in the history
…hether they still are flaky
  • Loading branch information
danielrozenberg committed Jul 20, 2021
1 parent 0490bf6 commit d82996a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions extensions/amp-riddle-quiz/0.1/test/test-amp-riddle-quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ describes.realWin(
win.document.body.appendChild(element);
});

// TODO(#): disabled in #35227
it.skip('should have iframe when built', () => {
it('should have iframe when built', () => {
element.buildInternal().then(() => {
const iframe = element.querySelector('iframe');
expect(iframe).to.not.be.null;
Expand Down
3 changes: 1 addition & 2 deletions test/unit/test-3p.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ describes.sandboxed('3p', {}, (env) => {
expect(s.src).to.equal(url);
});

// TODO(#): disabled in #35227
it.skip('should handle onSuccess callback', (done) => {
it('should handle onSuccess callback', (done) => {
loadScript(
window,
'http://localhost:9876/test/unit/test-3p.js',
Expand Down

0 comments on commit d82996a

Please sign in to comment.