Skip to content

Commit 9131b9f

Browse files
authored
disable on mac (#8341)
Signed-off-by: Sally MacFarlane <[email protected]>
1 parent 7390519 commit 9131b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/transactions/PendingTransactionEstimatedMemorySizeTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
* then complete the writing of the test that will verify the current amount of memory used by that
9797
* class.
9898
*/
99-
@EnabledOnOs({OS.LINUX, OS.MAC})
99+
@EnabledOnOs({OS.LINUX})
100100
public class PendingTransactionEstimatedMemorySizeTest extends BaseTransactionPoolTest {
101101
/**
102102
* Classes that represent constant instances, across all pending transaction types, and are

0 commit comments

Comments
 (0)