diff options
| author | Vojta Jina | 2013-08-20 17:19:29 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-08-23 12:43:42 -0700 |
| commit | 040aa11ceb510d8f8ec8349a3ca99d9db874daf0 (patch) | |
| tree | 1413f64b652fa5aa5a183c9947f1eba706f09f1d /docs/component-spec/versionJumpSpec.js | |
| parent | b89a4e49b922894f93d5cc69e00016f157dee625 (diff) | |
| download | angular.js-040aa11ceb510d8f8ec8349a3ca99d9db874daf0.tar.bz2 | |
test(docs): ignore some of the specs on IE
This target was never un on our Jenkins CI. Some of the specs are using animation stuff, that IE does not support, so I'm disabling them.
Diffstat (limited to 'docs/component-spec/versionJumpSpec.js')
| -rw-r--r-- | docs/component-spec/versionJumpSpec.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/component-spec/versionJumpSpec.js b/docs/component-spec/versionJumpSpec.js index 4db2d29d..bb43231a 100644 --- a/docs/component-spec/versionJumpSpec.js +++ b/docs/component-spec/versionJumpSpec.js @@ -1,5 +1,8 @@ describe('DocsApp', function() { + // Do not run this suite on Internet Explorer. + if (msie < 10) return; + beforeEach(module('docsApp')); describe('DocsVersionsCtrl', function() { |
