Skip to content

Commit

Permalink
Update test_run_runtime.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Oct 1, 2023
1 parent f341adc commit d814c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runtime/test_run_runtime.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Tests for Kernel commands."""
from unittest import TestCase
from unittest import TestCase, skip
from q_kernel_ops.runtime import Runtime
from q_kernel_ops.circuits import circuit_2, circuit_5, kernel_circuit
from tests.test_workflow import authentication
Expand All @@ -8,6 +8,7 @@
class TestUtils(TestCase):
"""Test class for runtime functions."""

@skip("Remote call.")
def test_run_runtime(self):
"""Test for run sampler function."""
authentication()
Expand Down

0 comments on commit d814c18

Please sign in to comment.