Skip to content

Commit e607e2f

Browse files
Ignore LivestockArenaMobLarge in CargoTest
Signed-off-by: Mnemotechnican <69920617+Mnemotechnician@users.noreply.github.com>
1 parent d25e0f7 commit e607e2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Content.IntegrationTests/Tests/CargoTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public sealed class CargoTest
2424
// This is ignored because it is explicitly intended to be able to sell for more than it costs.
2525
new("FunCrateGambling"), // DeltaV - no gambling - Floofstation - re-enable this to be ignored because fuck this test for throwing on this every time its ran its fishy
2626
new("LivestockArenaMobLarge"), // Deltav - add crate to exceptions
27-
new("LivestockArenaMobSmall") // Deltav - add crate to exceptions
27+
new("LivestockArenaMobSmall"), // Deltav - add crate to exceptions
28+
new("LivestockArenaMobLarge") // Euph - also disable this
2829
];
2930

3031
[Test]

0 commit comments

Comments
 (0)