disable thaven test (#3589)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas 2025-04-27 03:08:13 +01:00 committed by GitHub
parent 307f03442c
commit bae7b216f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -14,9 +14,10 @@ using Robust.Shared.Serialization.Manager;
namespace Content.IntegrationTests.Tests._Impstation.Thaven; namespace Content.IntegrationTests.Tests._Impstation.Thaven;
[TestFixture, TestOf(typeof(ThavenMoodPrototype))] //[TestFixture, TestOf(typeof(ThavenMoodPrototype))]
public sealed class ThavenMoodTests public sealed class ThavenMoodTests
{ {
/* waiter waiter! another test fail please!
[TestPrototypes] [TestPrototypes]
const string PROTOTYPES = @" const string PROTOTYPES = @"
- type: dataset - type: dataset
@ -98,5 +99,5 @@ public sealed class ThavenMoodTests
}); });
await pair.CleanReturnAsync(); await pair.CleanReturnAsync();
} }*/
} }