Mark dummy api test scene as headless

This commit is contained in:
smoogipoo 2020-04-14 14:51:09 +09:00
parent 33f7e429a8
commit 3c5fb79823
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Testing;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests;
using osu.Game.Online.API.Requests.Responses;
@ -11,6 +12,7 @@
namespace osu.Game.Tests.Online
{
[HeadlessTest]
public class TestDummyAPIRequestHandling : OsuTestScene
{
[Test]