Skip to content

Commit

Permalink
add depends for suspend/{index}_suspend_after_switch_to_card_{product…
Browse files Browse the repository at this point in the history
…_slug}_auto (BugFix) (#1484)

* add depends for suspend/{index}_suspend_after_switch_to_card_{product_slug}_auto
to avoid running this test unexpectedly

* Remove after option (as depends -> after)
  • Loading branch information
hanhsuan authored Sep 19, 2024
1 parent 17e69f2 commit ea6f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/units/suspend/suspend-graphics.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ template-id: suspend/index_suspend_after_switch_to_card_product_slug_auto
requires:
sleep.mem == 'supported'
rtc.state == 'supported'
after: graphics/{index}_auto_switch_card_{product_slug}
depends: graphics/{index}_auto_switch_card_{product_slug}
user: root
environ: PLAINBOX_SESSION_SHARE
command:
Expand Down

0 comments on commit ea6f0a8

Please sign in to comment.