From 8a7129e21ac0cb4d8ad5da9de1747fb4f637ddd8 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Fri, 6 Sep 2019 12:03:15 +0200 Subject: [PATCH] ci: disable hammerjs tests of components repository (#32485) Follow-up for de8ebbdfd03feca36eb891e2cd3fb54c8279211f. We need to disable a few HammerJS gesture tests of the component repository by adding them to the material-ci test blocklist. This is now surfaces because we updated the commit of the `material-unit-tests` job to a more recent state where we re-enabled the HammerJS gesture tests on the components-side. The tests were previously disabled on the components repository because the blocklist didn't work on Angular. See: https://github.com/angular/components/commit/eaf70ca2a0600757041633976b29ab5a95d08296. PR Close #32485 --- tools/material-ci/test-blocklist.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/material-ci/test-blocklist.ts b/tools/material-ci/test-blocklist.ts index 2eb0dbc2de..8a2d67caa1 100644 --- a/tools/material-ci/test-blocklist.ts +++ b/tools/material-ci/test-blocklist.ts @@ -25,6 +25,14 @@ interface BlocklistEntry { * migrated the broken tests. */ export const testBlocklist: {[testName: string]: BlocklistEntry} = { + "GestureConfig should instantiate HammerJS": { + "error": "Unknown", + "notes": "Restore when Material has included HammerModule or removed dep on Hammer", + }, + "GestureConfig should be able to pass options to HammerJS": { + "error": "Unknown", + "notes": "Restore when Material has included HammerModule or removed dep on Hammer", + }, "MatSlideToggle without forms with dragging should not emit a change event when the value did not change": { "error": "Unknown", "notes": "Restore when Material has included HammerModule or removed dep on Hammer"