1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 00:02:54 +08:00

Add back ignore cases for intentionally broken tests

This commit is contained in:
Dean Herbert 2021-06-27 20:24:16 +09:00
parent f216404952
commit cd9aa38d3d

View File

@ -192,6 +192,7 @@ namespace osu.Game.Tests.Beatmaps.IO
} }
[Test] [Test]
[Ignore("intentionally broken by import optimisations")]
public async Task TestImportThenImportWithChangedFile() public async Task TestImportThenImportWithChangedFile()
{ {
using (HeadlessGameHost host = new CleanRunHeadlessGameHost(nameof(ImportBeatmapTest))) using (HeadlessGameHost host = new CleanRunHeadlessGameHost(nameof(ImportBeatmapTest)))
@ -294,6 +295,7 @@ namespace osu.Game.Tests.Beatmaps.IO
} }
[Test] [Test]
[Ignore("intentionally broken by import optimisations")]
public async Task TestImportCorruptThenImport() public async Task TestImportCorruptThenImport()
{ {
// unfortunately for the time being we need to reference osu.Framework.Desktop for a game host here. // unfortunately for the time being we need to reference osu.Framework.Desktop for a game host here.