ci: disable hammerjs tests of components repository (#32485)

Follow-up for de8ebbdfd0. 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:
eaf70ca2a0.

PR Close #32485
This commit is contained in:
Paul Gschwendtner 2019-09-06 12:03:15 +02:00 committed by Matias Niemelä
parent 7059f7af11
commit 8a7129e21a
1 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,14 @@ interface BlocklistEntry {
* migrated the broken tests. * migrated the broken tests.
*/ */
export const testBlocklist: {[testName: string]: BlocklistEntry} = { 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": { "MatSlideToggle without forms with dragging should not emit a change event when the value did not change": {
"error": "Unknown", "error": "Unknown",
"notes": "Restore when Material has included HammerModule or removed dep on Hammer" "notes": "Restore when Material has included HammerModule or removed dep on Hammer"