Skip to content

Commit

Permalink
Pause one BacktestNode test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Oct 14, 2023
1 parent 92c9763 commit 4be7b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/backtest/test_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from decimal import Decimal

import msgspec.json
import pytest

from nautilus_trader.backtest.engine import BacktestEngineConfig
from nautilus_trader.backtest.node import BacktestNode
Expand Down Expand Up @@ -89,6 +90,7 @@ def test_run(self):
# Assert
assert len(results) == 1

@pytest.mark.skip(reason="Aborting on macOS?")
def test_backtest_run_batch_sync(self):
# Arrange
config = BacktestRunConfig(
Expand Down

0 comments on commit 4be7b57

Please sign in to comment.