Fix outerloop tests in System.Formats.Tar (#89172)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 19 Jul 2023 12:01:05 +0000 (14:01 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 12:01:05 +0000 (14:01 +0200)
commit924668cc69da2fcfac0b191da8849b5401fcebd7
tree353f55f6368041838cc0ff8e9f6c6ebde3178454
parent54c0756d2015457bdb4762b4fb1e5ab28f880098
Fix outerloop tests in System.Formats.Tar (#89172)

The change from https://github.com/dotnet/runtime/pull/88280 caused an issue when discovering the test:

```
System.InvalidOperationException : An appropriate member 'ManualTestsEnabled' could not be found. The conditional method needs to be a static method, property, or field on the type System.Formats.Tar.Tests.ManualTestsAsync or any ancestor, of any visibility, accepting zero arguments, and having a return type of Boolean.
```
src/libraries/System.Formats.Tar/tests/Manual/ManualTestsAsync.cs