Index: pkg/analysis_server/test/domain_diagnostic_test.dart |
diff --git a/pkg/analysis_server/test/domain_diagnostic_test.dart b/pkg/analysis_server/test/domain_diagnostic_test.dart |
index 0e8fd2ad91835275417d71439d01ccf2b55e6347..f234463336dbab1ae88a68887ac7de9d32c3129f 100644 |
--- a/pkg/analysis_server/test/domain_diagnostic_test.dart |
+++ b/pkg/analysis_server/test/domain_diagnostic_test.dart |
@@ -58,10 +58,6 @@ main() { |
handler = new DiagnosticDomainHandler(server); |
}); |
- tearDown(() { |
- handler.sampler?.stop(); |
- }); |
- |
group('DiagnosticDomainHandler', () { |
test('getDiagnostics', () async { |
String file = '/project/bin/test.dart'; |
@@ -84,7 +80,6 @@ main() { |
expect(context['explicitFileCount'], fileCount); |
expect(context['implicitFileCount'], 0); |
expect(context['workItemQueueLength'], isNotNull); |
- expect(context['workItemQueueLengthAverage'], isNotNull); |
}); |
test('getDiagnostics - (no root)', () async { |