Skip to content

Commit 5291fb7

Browse files
committed
Only run mdc slider tests
1 parent 62063c6 commit 5291fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-slider/slider.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {FormControl, FormsModule, ReactiveFormsModule} from '@angular/forms';
2525
import {By} from '@angular/platform-browser';
2626
import {MatSlider, MatSliderModule} from './index';
2727

28-
describe('MatMdcSlider', () => {
28+
fdescribe('MatMdcSlider', () => {
2929
const platform = new Platform();
3030

3131
function createComponent<T>(component: Type<T>): ComponentFixture<T> {

0 commit comments

Comments
 (0)