diff --git a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs index d225c1e186c..5760e00f0f3 100644 --- a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs +++ b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs @@ -89,44 +89,6 @@ public sealed class VendingMachineRestockTest : EntitySystem canRestock: - BigTestInventory -#- type: entity -# parent: SecuredVendingMachineRestock -# id: TestRestockWrong -# name: TestRestockWrong -# components: -# - type: VendingMachineRestock -# canRestock: -# - OtherTestInventory - -#- type: entity -# parent: SecuredVendingMachineRestock -# id: TestRestockCorrect -# name: TestRestockCorrect -# components: -# - type: VendingMachineRestock -# canRestock: -# - TestInventory - -#- type: entity -# parent: SecuredVendingMachineRestock -# id: TestRestockExplode -# name: TestRestockExplode -# components: -# - type: Damageable -# damageContainer: Inorganic -# damageModifierSet: Metallic -# - type: Destructible -# thresholds: -# - trigger: -# !type:DamageTrigger -# damage: 20 -# behaviors: -# - !type:DoActsBehavior -# acts: [ 'Destruction' ] -# - type: VendingMachineRestock -# canRestock: -# - BigTestInventory - - type: entity parent: VendingMachine id: VendingMachineTest