Index: pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart |
diff --git a/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart b/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart |
index 498b3d15fa30b65000662435e24c339f8c7c9554..0ee4f51aee5ab0d142a0af927f6f1f14fc26fd97 100644 |
--- a/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart |
+++ b/pkg/analysis_server/test/services/completion/dart/common_usage_sorter_test.dart |
@@ -66,7 +66,7 @@ class CommonUsageSorterTest extends AbstractCompletionDomainTest { |
assertNoResult('A'); |
} |
- test_PrefixedIdentifier_field_inPart() async { |
+ fail_PrefixedIdentifier_field_inPart() async { |
// SimpleIdentifier PrefixedIdentifeir ExpressionStatement |
addFile('/project/bin/myLib.dart', |
'library L; part "$testFile"; class A {static int s2;}'); |