Unbreak two tests that were failing on Windows.

R=brianwilkerson@google.com

Change-Id: Ib871dcddb5c547ad3b89ef529fb0d739f1cdd30b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/99483
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast2_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast2_test.dart
index e96ea0a..7ec7d23 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast2_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast2_test.dart
@@ -14,7 +14,6 @@
 import 'package:analyzer/src/summary2/linked_bundle_context.dart';
 import 'package:analyzer/src/summary2/linked_element_factory.dart';
 import 'package:analyzer/src/summary2/reference.dart';
-import 'package:test/test.dart';
 import 'package:test_reflective_loader/test_reflective_loader.dart';
 
 import 'resynthesize_common.dart';
@@ -119,22 +118,6 @@
 
   @override
   @failingTest
-  test_import_short_absolute() async {
-    // TODO(scheglov) fails on Windows
-    fail('test_import_short_absolute on Windows');
-//    await super.test_import_short_absolute();
-  }
-
-  @override
-  @failingTest
-  test_nameConflict_importWithRelativeUri_exportWithAbsolute() async {
-    // TODO(scheglov) unexpectedly passes on Windows
-    fail('unexpectedly passes on Windows');
-//    await super.test_nameConflict_importWithRelativeUri_exportWithAbsolute();
-  }
-
-  @override
-  @failingTest
   test_parameter_covariant_inherited() async {
     await super.test_parameter_covariant_inherited();
   }