···11// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
22// See the LICENCE file in the repository root for full licence text.
3344+using NUnit.Framework;
45using osu.Framework.Allocation;
56using osu.Framework.Bindables;
6778namespace osu.Framework.Tests.Visual.Platform
89{
1010+ [Ignore("for manual testing")]
911 public class TestSceneBlockExiting : FrameworkTestScene
1012 {
1113 private Bindable<bool> blockingClose;