···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
2// See the LICENCE file in the repository root for full licence text.
304using osu.Framework.Allocation;
5using osu.Framework.Bindables;
67namespace osu.Framework.Tests.Visual.Platform
8{
09 public class TestSceneBlockExiting : FrameworkTestScene
10 {
11 private Bindable<bool> blockingClose;
···1// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
2// See the LICENCE file in the repository root for full licence text.
34+using NUnit.Framework;
5using osu.Framework.Allocation;
6using osu.Framework.Bindables;
78namespace osu.Framework.Tests.Visual.Platform
9{
10+ [Ignore("for manual testing")]
11 public class TestSceneBlockExiting : FrameworkTestScene
12 {
13 private Bindable<bool> blockingClose;