Skip to content

Commit

Permalink
Update ibm_test_case (#2042)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Nov 13, 2024
1 parent e343826 commit da0a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ibm_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _find_sim_backends(cls):
# Simulators or tests backends can be not available
cls.sim_backends[cls.service.channel] = None
for backend in backends:
if backend.simulator or backend.name.startswith("test_"):
if backend.simulator or backend.name.startswith("test_eagle"):
cls.sim_backends[cls.service.channel] = backend.name
break

Expand Down

0 comments on commit da0a2d7

Please sign in to comment.