Skip to content

Commit

Permalink
Disable AWS test as they require AWS Access and Secret Token and none…
Browse files Browse the repository at this point in the history
… is available in the CD Github setup
  • Loading branch information
DominikVoigt committed Nov 12, 2023
1 parent 68cff9e commit c9078b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_transpile.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def test_transpile_shor_perth_url_qasm(self):
self.assertEqual(r.status_code, 202)
print(r.headers.get("Location"))

"""
def test_transpile_file_qasm_aws(self):
circuit = random_circuit(5, 3, seed=42)
circuit = circuit.qasm()
Expand Down Expand Up @@ -226,7 +227,7 @@ def test_transpile_file_qasm_aws(self):
self.assertIsNotNone(json_data["number-of-multi-qubit-gates"])
self.assertIsNotNone(json_data["multi-qubit-gate-depth"])
self.assertIsNotNone(json_data.get('transpiled-qasm'))

"""
def test_transpile_circuit_nairobi_file_qasm(self):

# prepare the request
Expand Down

0 comments on commit c9078b5

Please sign in to comment.