diff --git a/test/integration/test-example-validation.js b/test/integration/test-example-validation.js index 818f933cf3a4..0a7072d5583c 100644 --- a/test/integration/test-example-validation.js +++ b/test/integration/test-example-validation.js @@ -70,8 +70,9 @@ describe('example', function() { * @constructor {!Array} */ const errorWhitelist = [ - /invalid value \'.\/viewer-integr.js\'/, - /invalid value \'amp-brid-player\'/, + // TODO(dvoytenko, #2600): remove this from whitelist once the message + // contains more specific script identifier. + /The tag \'script\' is disallowed/, /\'amp-brid-player\' is disallowed/, ];