Search Issue Tracker
Fixed in 2.0.1-pre12
Votes
0
Found in [Package]
1.1.30
Issue ID
1395077
Regression
No
A test is called twice when [UnitySetUp] attribute is used
How to reproduce:
1. Open the attached project "UnityTestsDoubleSetup.zip"
2. Open Window > General > Test Runner
3. In the Test Runner window press Run All button
4. Observe Console window
Expected result: "Setup" is printed once
Actual result: "Setup" is printed twice
Reproducible with: 1.1.29 (2021.2.10f1), 1.1.30 (2022.1.0b7, 2022.2.0a5)
Not reproducible with: 2.0.1-pre12 (2019.4.35f1), 2.0.1-pre18 (2020.3.27f1)
Note: A test is printing to the console "Setup" which should run only once
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory Leak warnings are thrown when creating a new material
- The type selector in the UI Builder does not display primitive types when trying to select one in the "Select Type…" window
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
Add comment