1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 01:32:55 +08:00

Add reason for making test interactive-only

This commit is contained in:
Dean Herbert 2025-01-09 13:33:55 +09:00
parent c8f72fdbe9
commit 0fe6b4be0d
No known key found for this signature in database

View File

@ -75,7 +75,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
[Explicit]
[Explicit("Making this test work in a headless context is high effort due to rate adjustment requirements not aligning with the global fast clock. StopwatchClock usage would need to be replace with a rate adjusting clock that still reads from the parent clock. High effort for a test which likely will not see any changes to covered code for some years.")]
public void TestSlowClockStillRecordsFramesInRealtime()
{
ScheduledDelegate moveFunction = null;