Skip to content

Commit

Permalink
Merge pull request #575 from open-traffic-generator/feature-automation
Browse files Browse the repository at this point in the history
modified imix script as per the latest model changes
  • Loading branch information
desaimg1 authored Sep 30, 2024
2 parents 58c3177 + 9144fdf commit a017f3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import utils as utl
# import snappi_convergence


def pytest_exception_interact(node, call, report):
# end all pytests on first exception that is encountered
pytest.exit(call.excinfo.traceback[0])
# TODO: uncomment this if we want pipeline to fail instantly
# def pytest_exception_interact(node, call, report):
# # end all pytests on first exception that is encountered
# pytest.exit(call.excinfo.traceback[0])


def pytest_addoption(parser):
Expand Down

0 comments on commit a017f3c

Please sign in to comment.