Feedback from Konstantin
diff --git a/pkgs/test_reflective_loader/lib/test_reflective_loader.dart b/pkgs/test_reflective_loader/lib/test_reflective_loader.dart index 4312ba5..6430c66 100644 --- a/pkgs/test_reflective_loader/lib/test_reflective_loader.dart +++ b/pkgs/test_reflective_loader/lib/test_reflective_loader.dart
@@ -379,6 +379,7 @@ _Test(this.isSolo, this.name, this.function, this.timeout) : isSkipped = false; + _Test.skipped(this.isSolo, this.name) : isSkipped = true, function = null,