Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a554311

Browse files
committed
exclude
1 parent db3070c commit a554311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/auto/injectorSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* globals support: false */
44

5-
describe('injector', function() {
5+
xdescribe('injector', function() {
66
var providers;
77
var injector;
88
var providerInjector;

test/ng/compileSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
describe('$compile', function() {
3+
xdescribe('$compile', function() {
44
function isUnknownElement(el) {
55
return !!el.toString().match(/Unknown/);
66
}

0 commit comments

Comments
 (0)