Skip to content

ci: temporarily disable gesture config tests #16828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/material/core/gestures/gesture-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ import {Component} from '@angular/core';
import {HAMMER_GESTURE_CONFIG} from '@angular/platform-browser';
import {GestureConfig, MAT_HAMMER_OPTIONS} from './gesture-config';

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