Skip to content

Commit a2ff2f3

Browse files
devversionandrewseguin
authored andcommitted
build: re-enable disabled gesture config test (#16845)
eaf70ca temporarily disabled the gesture config tests because the blocklist didn't work. Now that the blocklist works on the framework side, we can re-enable this test again. Once this PR lands, we can update the SHA on the framework repo and add the gesture tests to the blocklist. (cherry picked from commit fa81811)
1 parent 48b5d9f commit a2ff2f3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/material/core/gestures/gesture-config.spec.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ import {Component} from '@angular/core';
33
import {HAMMER_GESTURE_CONFIG} from '@angular/platform-browser';
44
import {GestureConfig, MAT_HAMMER_OPTIONS} from './gesture-config';
55

6-
// TODO(kara): turn these tests back on when Material is using a release
7-
// of Angular that contains the HammerModule. They need to be turned off
8-
// for now in order to land https://github.com/angular/angular/pull/32203,
9-
// which makes Hammer optional (so Material/FW integration tests don't start
10-
// to fail).
11-
/* tslint:disable */
12-
xdescribe('GestureConfig', () => {
6+
describe('GestureConfig', () => {
137
beforeEach(async(() => {
148
TestBed.configureTestingModule({
159
declarations: [ButtonWithLongpressHander],

0 commit comments

Comments
 (0)