diff --git a/core/integration/features/closeouts/0012-POSR-009.feature b/core/integration/features/closeouts/0012-POSR-009.feature index c4ebdf8a504..f6c6026bb95 100644 --- a/core/integration/features/closeouts/0012-POSR-009.feature +++ b/core/integration/features/closeouts/0012-POSR-009.feature @@ -13,7 +13,6 @@ Feature: When a party is distressed and gets closed out the network's position g | market.auction.minimumDuration | 1 | | network.markPriceUpdateMaximumFrequency | 0s | - @NoPerp Scenario: Implement trade and order network # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/0012-POSR-010.feature b/core/integration/features/closeouts/0012-POSR-010.feature index f0da894e5c2..0ba0bd12f66 100644 --- a/core/integration/features/closeouts/0012-POSR-010.feature +++ b/core/integration/features/closeouts/0012-POSR-010.feature @@ -14,7 +14,6 @@ Feature: When the network party holds a non-zero position and there are not enou | market.auction.minimumDuration | 1 | | network.markPriceUpdateMaximumFrequency | 0s | - @NoPerp Scenario: Implement trade and order network. Covers both 0012-POSR-012 and 0012-POSR-011 # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/0012-POSR-031.feature b/core/integration/features/closeouts/0012-POSR-031.feature index 52c87508638..09a392729e6 100644 --- a/core/integration/features/closeouts/0012-POSR-031.feature +++ b/core/integration/features/closeouts/0012-POSR-031.feature @@ -14,7 +14,6 @@ Feature: Covers 0012-POSR-031 | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @NoPerp Scenario: A network disposal order can not cross with orders outside the disposal price range. # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/0012-POSR-033.feature b/core/integration/features/closeouts/0012-POSR-033.feature index 37194bfbf89..156165350a7 100644 --- a/core/integration/features/closeouts/0012-POSR-033.feature +++ b/core/integration/features/closeouts/0012-POSR-033.feature @@ -14,7 +14,6 @@ Feature: Covers 0012-POSR-033 | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @NoPerp Scenario: When calculating the available volume, volume outside the disposal price range should not be considered. # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/1847-closeout-long-with-fees.feature b/core/integration/features/closeouts/1847-closeout-long-with-fees.feature index a6554adeee3..0ba84604818 100644 --- a/core/integration/features/closeouts/1847-closeout-long-with-fees.feature +++ b/core/integration/features/closeouts/1847-closeout-long-with-fees.feature @@ -14,7 +14,7 @@ Feature: Long close-out test (see ln 293 of system-tests/grpc/trading/tradesTest | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @Liquidation @NoPerp + @Liquidation Scenario: https://drive.google.com/file/d/1bYWbNJvG7E-tcqsK26JMu2uGwaqXqm0L/view # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/1847-closeout-long.feature b/core/integration/features/closeouts/1847-closeout-long.feature index 8c69dd77e7f..4c8e71b82cd 100644 --- a/core/integration/features/closeouts/1847-closeout-long.feature +++ b/core/integration/features/closeouts/1847-closeout-long.feature @@ -10,7 +10,6 @@ Feature: Long close-out test (see ln 293 of system-tests/grpc/trading/tradesTest | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @NoPerp Scenario: https://drive.google.com/file/d/1bYWbNJvG7E-tcqsK26JMu2uGwaqXqm0L/view # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/1847-closeout-short-with-fees.feature b/core/integration/features/closeouts/1847-closeout-short-with-fees.feature index 677d27839c0..140e4700a65 100644 --- a/core/integration/features/closeouts/1847-closeout-short-with-fees.feature +++ b/core/integration/features/closeouts/1847-closeout-short-with-fees.feature @@ -14,7 +14,7 @@ Feature: Short close-out test (see ln 449 of system-tests/grpc/trading/tradesTes | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @Liquidation @NoPerp + @Liquidation Scenario: https://drive.google.com/file/d/1bYWbNJvG7E-tcqsK26JMu2uGwaqXqm0L/view # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/1847-closeout-short.feature b/core/integration/features/closeouts/1847-closeout-short.feature index 74d1ebdd2b5..98c6744c705 100644 --- a/core/integration/features/closeouts/1847-closeout-short.feature +++ b/core/integration/features/closeouts/1847-closeout-short.feature @@ -11,7 +11,6 @@ Feature: Short close-out test (see ln 449 of system-tests/grpc/trading/tradesTes | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @NoPerp Scenario: https://drive.google.com/file/d/1bYWbNJvG7E-tcqsK26JMu2uGwaqXqm0L/view # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/630-position-resolution-negative-insurance-pool.feature b/core/integration/features/closeouts/630-position-resolution-negative-insurance-pool.feature index 9a11ae776ae..94d4d604ea0 100644 --- a/core/integration/features/closeouts/630-position-resolution-negative-insurance-pool.feature +++ b/core/integration/features/closeouts/630-position-resolution-negative-insurance-pool.feature @@ -10,7 +10,7 @@ Feature: Regression test for issue 630 | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @Liquidation @NoPerp + @Liquidation Scenario: Trader is being closed out. # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/closeout-long-with-custom-strategy.feature b/core/integration/features/closeouts/closeout-long-with-custom-strategy.feature index a90744bd720..76dc1cafcdb 100644 --- a/core/integration/features/closeouts/closeout-long-with-custom-strategy.feature +++ b/core/integration/features/closeouts/closeout-long-with-custom-strategy.feature @@ -14,7 +14,7 @@ Feature: Same as 1847-closeout-long test, but with a custom liquidation strategy | network.markPriceUpdateMaximumFrequency | 0s | | limits.markets.maxPeggedOrders | 2 | - @NoPerp @DisposalStrat + @DisposalStrat Scenario: https://drive.google.com/file/d/1bYWbNJvG7E-tcqsK26JMu2uGwaqXqm0L/view # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/distressed-safe-event.feature b/core/integration/features/closeouts/distressed-safe-event.feature index e0a1a79b332..4c747eebd43 100644 --- a/core/integration/features/closeouts/distressed-safe-event.feature +++ b/core/integration/features/closeouts/distressed-safe-event.feature @@ -10,7 +10,7 @@ Feature: Ensure distressed status events are correctly emitted, both for safe an | market.auction.minimumDuration | 1 | | network.markPriceUpdateMaximumFrequency | 0s | - @CloseOut @Liquidation @NoPerp + @CloseOut @Liquidation Scenario: Implement trade and order network # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/network-order-and-trades-sub.feature b/core/integration/features/closeouts/network-order-and-trades-sub.feature index a295a64dcb2..40356b3ddc8 100644 --- a/core/integration/features/closeouts/network-order-and-trades-sub.feature +++ b/core/integration/features/closeouts/network-order-and-trades-sub.feature @@ -10,7 +10,6 @@ Feature: Ensure network party are generated | market.auction.minimumDuration | 1 | | network.markPriceUpdateMaximumFrequency | 0s | - @NoPerp Scenario: Implement trade and order network # setup accounts Given the parties deposit on asset's general account the following amount: diff --git a/core/integration/features/closeouts/position-resolution-after-auction.feature b/core/integration/features/closeouts/position-resolution-after-auction.feature index 550c9a8d7e5..1b5cba0f51c 100644 --- a/core/integration/features/closeouts/position-resolution-after-auction.feature +++ b/core/integration/features/closeouts/position-resolution-after-auction.feature @@ -16,7 +16,7 @@ Feature: Set up a market with an opening auction, then uncross the book so that | name | value | | limits.markets.maxPeggedOrders | 2 | - @Liquidation @NoPerp + @Liquidation Scenario: When the parties place the following orders: | party | market id | side | volume | price | resulting trades | type | tif | reference |