mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-07 21:13:56 -05:00
disable on mac (#8341)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
@@ -96,7 +96,7 @@ import org.openjdk.jol.info.GraphWalker;
|
||||
* then complete the writing of the test that will verify the current amount of memory used by that
|
||||
* class.
|
||||
*/
|
||||
@EnabledOnOs({OS.LINUX, OS.MAC})
|
||||
@EnabledOnOs({OS.LINUX})
|
||||
public class PendingTransactionEstimatedMemorySizeTest extends BaseTransactionPoolTest {
|
||||
/**
|
||||
* Classes that represent constant instances, across all pending transaction types, and are
|
||||
|
||||
Reference in New Issue
Block a user