chore: disable dart for HTTP package
BREAKING CHANGE Stop supporting http module in Dart. This is because Dart has a well developed http package which should be used by Dart customers instead.
This commit is contained in:
@ -5,11 +5,13 @@ config.baseUrl = 'http://localhost:8002/';
|
||||
|
||||
config.exclude.push(
|
||||
'dist/js/cjs/examples/e2e_test/sourcemap/sourcemap_spec.js',
|
||||
'dist/js/cjs/examples/e2e_test/http/http_spec.js',
|
||||
'dist/js/cjs/examples/e2e_test/jsonp/jsonp_spec.js',
|
||||
// TODO: remove this line when largetable dart has been added
|
||||
'dist/js/cjs/benchmarks_external/e2e_test/largetable_perf.js',
|
||||
'dist/js/cjs/benchmarks_external/e2e_test/polymer_tree_perf.js',
|
||||
'dist/js/cjs/benchmarks_external/e2e_test/react_tree_perf.js'
|
||||
|
||||
|
||||
);
|
||||
|
||||
data.createBenchpressRunner({ lang: 'dart' });
|
||||
|
Reference in New Issue
Block a user