Skip to content

Commit

Permalink
chore: remove invalid NoPerp tags
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Apr 22, 2024
1 parent c137559 commit b30b8ad
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 13 deletions.
1 change: 0 additions & 1 deletion core/integration/features/closeouts/0012-POSR-009.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion core/integration/features/closeouts/0012-POSR-010.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion core/integration/features/closeouts/0012-POSR-031.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion core/integration/features/closeouts/0012-POSR-033.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit b30b8ad

Please sign in to comment.