You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test fixes for ModelPackage and move check for tags once resource completed (#71)
Checking for tags after the check for the existence of the resource arn may cause flaky tests where the tags aren't created/applied yet. Tests have failed with tags returning as empty even though after checking that resource later on console tags do exist.
This pr moves this check for after the resource has reached created/completed status which should provide sufficient time for tags to be created/applied.
0 commit comments