Search Issue Tracker
Fixed
Fixed in 1.4.6, 1.5.1
Votes
2
Found in [Package]
1.4.5
1.5.1
Issue ID
DSTR-1068
Regression
No
"NotImplementedException" occurs when combining ParametrizedIgnoreAttribute with the async test
How to reproduce:
1. Open the attached project "UnityBugReports.zip"
2. Open Window>General>Test Runner
3. Select the "PlayMode" tab
4. Click "Run All"
Expected results: All tests are successful
Actual results: Tests fail with "System.NotImplementedException : Use ExecuteEnumerable"
Reproducible with: 1.4.5 (2021.3.46f1, 2022.3.53f1, 6000.0.28f1, 6000.1.0a5)
Could not test with: 1.3.0, 2.0.1-pre.18 (compilation errors in the Console window)
Reproducible on: Windows 11 23H2
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note (fix version 1.5.1):
ParametrizedIgnore attribute can now be used both with async tests and UnityTest
Resolution Note (fix version 1.4.6):
ParametrizedIgnore attribute can now be used both with async tests and UnityTest