Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: pkg/analysis_server/test/src/plugin/plugin_locator_test.dart

Issue 2947153002: Disable finding plugin locations in the pubspec (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/lib/src/plugin/plugin_locator.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
diff --git a/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart b/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
index 6794a52bab51a7a2dacc4e3ef4cfb7ac902238ff..38e71a9e0a01f4f24ae3228404056102183827f4 100644
--- a/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
+++ b/pkg/analysis_server/test/src/plugin/plugin_locator_test.dart
@@ -28,13 +28,19 @@ class PluginLocatorTest {
locator = new PluginLocator(resourceProvider);
}
+ @failingTest
void test_findPlugin_inPubspec_defaultDir() {
+ // Support for specifying plugin locations in the pubspec is temporarily
+ // disabled.
String dirPath = _createPubspecWithKey();
_createDefaultDir();
expect(locator.findPlugin(packageRoot), dirPath);
}
+ @failingTest
void test_findPlugin_inPubspec_noDefaultDir() {
+ // Support for specifying plugin locations in the pubspec is temporarily
+ // disabled.
String dirPath = _createPubspecWithKey();
expect(locator.findPlugin(packageRoot), dirPath);
}
« no previous file with comments | « pkg/analysis_server/lib/src/plugin/plugin_locator.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698