1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 16:46:05 +08:00

Merge pull request #33050 from bdach/ignore-weird-test

Ignore "image proxying" test scene
This commit is contained in:
Dean Herbert
2025-05-07 16:21:28 +09:00
committed by GitHub
Unverified
@@ -12,6 +12,7 @@ using osu.Game.Overlays.Comments;
namespace osu.Game.Tests.Visual.Online
{
[Ignore("This test hits online resources (and online retrieval can fail at any time), and also performs network calls to the production instance of the website. Un-ignore this test when it's actually actively needed.")]
public partial class TestSceneImageProxying : OsuTestScene
{
[Test]