Changes between Version 1 and Version 2 of Ticket #60227, comment 32
- Timestamp:
- 02/27/2024 06:56:12 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60227, comment 32
v1 v2 9 9 - avoid a "scan through the thousands of tests and skip ones we know can't run", which no one wants to see happen 10 10 - minimize "bloat" in the test/data provider methods 11 12 ----- 13 14 Alternatively, we could just replace the `markTestSkipped()` and `markTestIncomplete()` calls with `expectNotToPerformAssertions()` for the timebeing.