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

Unified Diff: tests/fletch_tests/all_tests.dart

Issue 1410233003: Revert test for Golem infrastructure. Doesn't work on Mac. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | tests/golem/golem_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/fletch_tests/all_tests.dart
diff --git a/tests/fletch_tests/all_tests.dart b/tests/fletch_tests/all_tests.dart
index 92c04311484e248f3429498a66fa8e1e9dd49ad0..303b32e97d5f7c4eaa79dcad638de89f4a82054f 100644
--- a/tests/fletch_tests/all_tests.dart
+++ b/tests/fletch_tests/all_tests.dart
@@ -39,8 +39,6 @@ import '../mdns_tests/mdns_tests.dart' as mdns_tests;
import '../agent_tests/agent_tests.dart' as agent_tests;
-import '../golem/golem_tests.dart' as golem_tests;
-
typedef Future NoArgFuture();
/// Map of names to tests or collections of tests.
@@ -107,9 +105,4 @@ const Map<String, NoArgFuture> TESTS = const <String, NoArgFuture>{
// TODO(sgjesse) publish the mDNS package as an ordinary package an pull
// it in through third_party.
'mdns_tests': mdns_tests.main,
-
- // Test for the golem performance tracking infrastructure.
- // If this test breaks you probably need to update the golem performance
- // tracking infrastructure as well.
- 'golem_tests': golem_tests.main,
};
« no previous file with comments | « no previous file | tests/golem/golem_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698