@@ -48,7 +48,7 @@ contract PermissionedLiquidationsMarketTest is MarketsTest {
48
48
ap.setAddress ("PoolLens " , address (lens));
49
49
}
50
50
51
- function testLiquidateNoThreshold () public forkAtBlock (MODE_MAINNET, 10455052 ) {
51
+ function testLiquidateNoThreshold () public debuggingOnly forkAtBlock (MODE_MAINNET, 10455052 ) {
52
52
_upgradeMarket (wethMarket);
53
53
_upgradeMarket (usdtMarket);
54
54
@@ -65,7 +65,7 @@ contract PermissionedLiquidationsMarketTest is MarketsTest {
65
65
vm.stopPrank ();
66
66
}
67
67
68
- function testLiquidateThresholdActive () public forkAtBlock (MODE_MAINNET, 10455052 ) {
68
+ function testLiquidateThresholdActive () public debuggingOnly forkAtBlock (MODE_MAINNET, 10455052 ) {
69
69
vm.prank (uniV3liquidator.owner ());
70
70
uniV3liquidator.setHealthFactorThreshold (.98 * 1e18 );
71
71
@@ -85,7 +85,7 @@ contract PermissionedLiquidationsMarketTest is MarketsTest {
85
85
vm.stopPrank ();
86
86
}
87
87
88
- function testLiquidateHealthFactorLowerThanThreshold () public forkAtBlock (MODE_MAINNET, 10455052 ) {
88
+ function testLiquidateHealthFactorLowerThanThreshold () public debuggingOnly forkAtBlock (MODE_MAINNET, 10455052 ) {
89
89
vm.prank (uniV3liquidator.owner ());
90
90
uniV3liquidator.setHealthFactorThreshold (.98 * 1e18 );
91
91
@@ -108,7 +108,7 @@ contract PermissionedLiquidationsMarketTest is MarketsTest {
108
108
vm.stopPrank ();
109
109
}
110
110
111
- function testLiquidateFromPythShouldRevert () public forkAtBlock (MODE_MAINNET, 10352583 ) {
111
+ function testLiquidateFromPythShouldRevert () public debuggingOnly forkAtBlock (MODE_MAINNET, 10352583 ) {
112
112
vm.prank (uniV3liquidator.owner ());
113
113
uniV3liquidator.setHealthFactorThreshold (.98 * 1e18 );
114
114
@@ -131,7 +131,7 @@ contract PermissionedLiquidationsMarketTest is MarketsTest {
131
131
vm.stopPrank ();
132
132
}
133
133
134
- function testLiquidateFromPyth () public forkAtBlock (MODE_MAINNET, 10352583 ) {
134
+ function testLiquidateFromPyth () public debuggingOnly forkAtBlock (MODE_MAINNET, 10352583 ) {
135
135
vm.prank (uniV3liquidator.owner ());
136
136
uniV3liquidator.setHealthFactorThreshold (.98 * 1e18 );
137
137
0 commit comments