Skip to content

Commit

Permalink
test: renamed squish suite and removed refresh errors check (#532)
Browse files Browse the repository at this point in the history
Signed-off-by: rena-cheng <[email protected]>
  • Loading branch information
rena-cheng authored Dec 12, 2024
1 parent 3cfccd0 commit 5fe7885
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AUT=deadline config gui
AUT=deadline
ENVVARS=envvars
HOOK_SUB_PROCESSES=true
IMPLICITAUTSTART=0
LANGUAGE=Python
OBJECTMAPSTYLE=script
TEST_CASES=tst_VerifySettingsDialogue
TEST_CASES=tst_verify_settings_dialogue
VERSION=3
WRAPPERS=Qt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
def init():
# launch deadline config gui
gui_helpers.launch_deadline_config_gui()
# check for refresh error dialogues and close if present
loginout_helpers.check_and_close_refresh_error_dialogues()
# using aws credential/non-DCM profile, set aws profile name to `(default)`
loginout_helpers.set_aws_profile_name_and_verify_auth(config.profile_name)
# verify correct aws profile name is set
Expand Down

0 comments on commit 5fe7885

Please sign in to comment.