Skip to content

Commit

Permalink
test(WebPlatform): disable web components tests on IE
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Aug 4, 2014
1 parent d3f9465 commit 6c0d04c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/core_dom/web_platform_spec.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
library angular.dom.platform_spec;

import '../_specs.dart';
import 'package:browser_detect/browser_detect.dart';

import 'dart:js' as js;

main() {
// TODO(vicb) WebPlatform does not work with polyfills
// see https://github.com/angular/angular.dart/issues/1300
if (browser.isIe) return;
describe('WebPlatform', () {

beforeEachModule((Module module) {
Expand Down

0 comments on commit 6c0d04c

Please sign in to comment.