Skip to content

Commit 51a1253

Browse files
Exclude async test
1 parent 13669ed commit 51a1253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-reactive-validation/src/validation-messages/validation-messages.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ describe('ValidationMessagesComponent', () => {
242242
.toThrowError(`There is no suitable arv-validation-message element to show the 'required' error of ''`);
243243
});
244244

245-
describe('', () => {
245+
xdescribe('', () => {
246246
let onerrorBeforeTest: ErrorEventHandler;
247247
beforeEach(() => {
248248
onerrorBeforeTest = window.onerror;

0 commit comments

Comments
 (0)