Skip to content

Commit

Permalink
Re-skip bind integration tests (#9611)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chou committed May 30, 2017
1 parent e42f305 commit 338f1b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/test-amp-bind.js
Expand Up @@ -19,7 +19,8 @@ import {batchedXhrFor, bindForDoc} from '../../src/services';
import {ampdocServiceFor} from '../../src/ampdoc';
import * as sinon from 'sinon';

describe.configure().retryOnSaucelabs().run('amp-bind', function() {
// TODO(choumx): Unskip once #9571 is fixed.
describe.skip('amp-bind', function() {
let fixture;
let ampdoc;
let sandbox;
Expand Down

0 comments on commit 338f1b1

Please sign in to comment.