Skip to content

Commit

Permalink
disable on mac (#8341)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Feb 23, 2025
1 parent 7390519 commit 9131b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
* 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
Expand Down

0 comments on commit 9131b9f

Please sign in to comment.