Skip to content

Commit

Permalink
Remove job params test (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Jul 10, 2024
1 parent c7494aa commit 95d011e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/integration/test_retrieve_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ def test_retrieve_job_done(self, service):
self.assertEqual(job.job_id(), rjob.job_id())
self.assertEqual(self.program_ids[service.channel], rjob.program_id)

@run_integration_test
@quantum_only
def test_params_not_retrieved(self, service):
"""Test excluding params when unnecessary."""
job = self._run_program(service)
job.wait_for_final_state()

self.assertTrue(job.creation_date)
self.assertFalse(job._params)
self.assertTrue(job.inputs)
self.assertTrue(job._params)

@run_integration_test
def test_retrieve_all_jobs(self, service):
"""Test retrieving all jobs."""
Expand Down

0 comments on commit 95d011e

Please sign in to comment.