Skip to content

Commit 4df0c67

Browse files
committed
debugging on CI
1 parent dbdbfb4 commit 4df0c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-checkbox/testing/checkbox-harness.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import {MatCheckboxModule} from '../index';
22
import {MatCheckboxHarness} from './checkbox-harness';
33
import {runHarnessTests} from '@angular/material/checkbox/testing/shared.spec';
44

5-
describe('MDC-based MatCheckboxHarness', () => {
5+
fdescribe('MDC-based MatCheckboxHarness', () => {
66
runHarnessTests(MatCheckboxModule, MatCheckboxHarness as any);
77
});

0 commit comments

Comments
 (0)