Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit f5f9558

Browse files
committed
Revert test for Golem infrastructure. Doesn't work on Mac.
Revert "Add test that mimics our Golem benchmarking infrastructure." This reverts commit f7082f8. [email protected], [email protected] Review URL: https://codereview.chromium.org/1410233003 .
1 parent d0699ba commit f5f9558

File tree

2 files changed

+0
-86
lines changed

2 files changed

+0
-86
lines changed

tests/fletch_tests/all_tests.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ import '../mdns_tests/mdns_tests.dart' as mdns_tests;
3939

4040
import '../agent_tests/agent_tests.dart' as agent_tests;
4141

42-
import '../golem/golem_tests.dart' as golem_tests;
43-
4442
typedef Future NoArgFuture();
4543

4644
/// Map of names to tests or collections of tests.
@@ -107,9 +105,4 @@ const Map<String, NoArgFuture> TESTS = const <String, NoArgFuture>{
107105
// TODO(sgjesse) publish the mDNS package as an ordinary package an pull
108106
// it in through third_party.
109107
'mdns_tests': mdns_tests.main,
110-
111-
// Test for the golem performance tracking infrastructure.
112-
// If this test breaks you probably need to update the golem performance
113-
// tracking infrastructure as well.
114-
'golem_tests': golem_tests.main,
115108
};

tests/golem/golem_tests.dart

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)