Merge pull request #1 from DrMarcII/patch-1

skip window maximize test by default
diff --git a/test/src/window_test.dart b/test/src/window_test.dart
index 7b9353e..448cde4 100644
--- a/test/src/window_test.dart
+++ b/test/src/window_test.dart
@@ -30,7 +30,7 @@
     });
 
     // May not work on some OS/browser combinations (notably Mac OS X).
-    test('maximize', () async {
+    skip_test('maximize', () async {
       var window = await driver.window;
       await window.setSize(const Size(200, 300));
       await window.setLocation(const Point(100, 200));