You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Content.IntegrationTests/Tests/CargoTest.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ public sealed class CargoTest
24
24
// This is ignored because it is explicitly intended to be able to sell for more than it costs.
25
25
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
26
26
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
0 commit comments