Skip to content

Commit

Permalink
Only run upload/download for workflow 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Oct 16, 2024
1 parent ec041bd commit 27addca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions page_perf_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,13 @@ def run_test_sequence(self):
self.load_tool_form()
self.load_published_histories()
self.import_published_history()
self.upload_dummy_file()
if self.workflow_name == "Selenium_test_5":
self.upload_dummy_file()
self.load_workflow_list()
self.load_workflow_run_form()
self.run_workflow()
self.download_dummy_file()
if self.workflow_name == "Selenium_test_5":
self.download_dummy_file()

def measure_timings(self):
self.timings = {}
Expand Down

0 comments on commit 27addca

Please sign in to comment.