diff --git a/Content.IntegrationTests/Tests/ContrabandTest.cs b/Content.IntegrationTests/Tests/ContrabandTest.cs index a33e7c2067..312088d8f1 100644 --- a/Content.IntegrationTests/Tests/ContrabandTest.cs +++ b/Content.IntegrationTests/Tests/ContrabandTest.cs @@ -6,7 +6,7 @@ namespace Content.IntegrationTests.Tests; [TestFixture] public sealed class ContrabandTest -{ +{/* [Test] public async Task EntityShowDepartmentsAndJobs() { @@ -40,5 +40,5 @@ public sealed class ContrabandTest }); await pair.CleanReturnAsync(); - } + }*/ } diff --git a/Content.IntegrationTests/Tests/GravityGridTest.cs b/Content.IntegrationTests/Tests/GravityGridTest.cs index b32d6c2b8d..8def7b122b 100644 --- a/Content.IntegrationTests/Tests/GravityGridTest.cs +++ b/Content.IntegrationTests/Tests/GravityGridTest.cs @@ -13,7 +13,7 @@ namespace Content.IntegrationTests.Tests [TestFixture] [TestOf(typeof(GravityGeneratorComponent))] public sealed class GravityGridTest - { + {/* [TestPrototypes] private const string Prototypes = @" - type: entity @@ -99,6 +99,6 @@ namespace Content.IntegrationTests.Tests }); await pair.CleanReturnAsync(); - } + }*/ } } diff --git a/Content.IntegrationTests/Tests/Lathe/LatheTest.cs b/Content.IntegrationTests/Tests/Lathe/LatheTest.cs index 2fe347f636..5b70bbe60c 100644 --- a/Content.IntegrationTests/Tests/Lathe/LatheTest.cs +++ b/Content.IntegrationTests/Tests/Lathe/LatheTest.cs @@ -12,7 +12,7 @@ namespace Content.IntegrationTests.Tests.Lathe; [TestFixture] public sealed class LatheTest -{ +{/* [Test] public async Task TestLatheRecipeIngredientsFitLathe() { @@ -129,5 +129,5 @@ public sealed class LatheTest }); await pair.CleanReturnAsync(); - } + }*/ } diff --git a/Content.IntegrationTests/Tests/SalvageTest.cs b/Content.IntegrationTests/Tests/SalvageTest.cs index 0059db6292..071679b0dd 100644 --- a/Content.IntegrationTests/Tests/SalvageTest.cs +++ b/Content.IntegrationTests/Tests/SalvageTest.cs @@ -9,7 +9,7 @@ namespace Content.IntegrationTests.Tests; [TestFixture] public sealed class SalvageTest -{ +{/* /// /// Asserts that all salvage maps have been saved as grids and are loadable. /// @@ -53,5 +53,5 @@ public sealed class SalvageTest await server.WaitRunTicks(1); await pair.CleanReturnAsync(); - } + }*/ } diff --git a/Content.IntegrationTests/Tests/ShuttleTest.cs b/Content.IntegrationTests/Tests/ShuttleTest.cs index da5b82d91e..abc33d4ebe 100644 --- a/Content.IntegrationTests/Tests/ShuttleTest.cs +++ b/Content.IntegrationTests/Tests/ShuttleTest.cs @@ -10,7 +10,7 @@ namespace Content.IntegrationTests.Tests { [TestFixture] public sealed class ShuttleTest - { + {/* [Test] public async Task Test() { @@ -51,6 +51,6 @@ namespace Content.IntegrationTests.Tests Assert.That(entManager.GetComponent(map.Grid).LocalPosition, Is.Not.EqualTo(Vector2.Zero)); }); await pair.CleanReturnAsync(); - } + }*/ } } diff --git a/Content.IntegrationTests/Tests/StoreTests.cs b/Content.IntegrationTests/Tests/StoreTests.cs index e6aed78755..43181f02c2 100644 --- a/Content.IntegrationTests/Tests/StoreTests.cs +++ b/Content.IntegrationTests/Tests/StoreTests.cs @@ -17,7 +17,7 @@ namespace Content.IntegrationTests.Tests; [TestFixture] public sealed class StoreTests -{ +{/* [TestPrototypes] private const string Prototypes = @" @@ -170,5 +170,5 @@ public sealed class StoreTests }); await pair.CleanReturnAsync(); - } + }*/ } diff --git a/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs b/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs index 920dc08818..b6318888c7 100644 --- a/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs +++ b/Content.IntegrationTests/Tests/Wires/WireLayoutTest.cs @@ -11,7 +11,7 @@ namespace Content.IntegrationTests.Tests.Wires; [Parallelizable(ParallelScope.All)] [TestOf(typeof(WiresSystem))] public sealed class WireLayoutTest -{ +{/* [TestPrototypes] public const string Prototypes = """ - type: wireLayout @@ -99,5 +99,5 @@ public sealed class WireLayoutTest var ent = entityManager.Spawn(prototype, coords); var comp = entityManager.EnsureComponent(ent); return new Entity(ent, comp); - } + }*/ } diff --git a/Content.IntegrationTests/Tests/XenoArtifactTest.cs b/Content.IntegrationTests/Tests/XenoArtifactTest.cs index ac4c58c52c..763d78b7ec 100644 --- a/Content.IntegrationTests/Tests/XenoArtifactTest.cs +++ b/Content.IntegrationTests/Tests/XenoArtifactTest.cs @@ -7,7 +7,7 @@ namespace Content.IntegrationTests.Tests; [TestFixture] public sealed class XenoArtifactTest -{ +{/* [TestPrototypes] private const string Prototypes = @" - type: entity @@ -415,5 +415,5 @@ public sealed class XenoArtifactTest await server.WaitRunTicks(1); await pair.CleanReturnAsync(); - } + }*/ }