commit | 1ae54e331e8ed3c332eabbe0bc650615ae809eb5 | [log] [tgz] |
---|---|---|
author | Dan Smith <dansmith@redhat.com> | Thu Feb 09 08:25:17 2023 -0800 |
committer | Dan Smith <dansmith@redhat.com> | Thu Feb 09 11:49:47 2023 -0800 |
tree | c6a1bc3563f4c2c94953c9c13cd49b4bdd0a04a7 | |
parent | 829c42b4850af735a1c664e3736d59f4d69baeda [diff] |
Fix retry_bad_request() context manager When I converted this from a decorator to a context manager, I didn't remove the fn parameter, nor was it even doing the thing I expected on the second and later iterations because it doesn't fail in my local environment. Apparently we're not running this test in the tempest gate, so this adds to experimental so we can at least run it on command. Change-Id: Ia72b50f7f7bf64fe0ddd3f1a415b1807ff264b66