Skip to content

Commit

Permalink
temporarily skip test that core dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 20, 2024
1 parent 83416b4 commit 7c7082f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/test_neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def test_ticket168():
Error setting firing rate of `SpikeSourcePoisson` after `reset()` in NEURON
http://neuralensemble.org/trac/PyNN/ticket/168
"""
pytest.skip("core dump with latest NEURON")
if not have_neuron:
pytest.skip("neuron not available")
pynn = pyNN.neuron
Expand Down

0 comments on commit 7c7082f

Please sign in to comment.