From 6dad2bc3976d0380d46f3e5a3dd0a11e9f511342 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Sun, 19 May 2024 15:39:08 +0200 Subject: [PATCH] Testing coverage changes --- dio_test/lib/src/test/suite.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dio_test/lib/src/test/suite.dart b/dio_test/lib/src/test/suite.dart index c17211eda..07e0154ec 100644 --- a/dio_test/lib/src/test/suite.dart +++ b/dio_test/lib/src/test/suite.dart @@ -7,9 +7,9 @@ typedef TestSuiteFunction = void Function( const _tests = [ basicTests, - cancellationTests, - corsTests, - downloadTests, + // cancellationTests, + // corsTests, + // downloadTests, headerTests, httpMethodTests, parameterTests,