diff options
author | Christian Adams <chadams@redhat.com> | 2020-03-18 17:48:40 +0100 |
---|---|---|
committer | Christian Adams <chadams@redhat.com> | 2020-03-18 19:02:33 +0100 |
commit | 4a0c371014c53602caad2c3d7fdb1f05b6c2ba69 (patch) | |
tree | 7418bcd5539c97ddd899a1d42822f958f63aacf1 /pytest.ini | |
parent | Merge pull request #6318 from AlexSCorey/6100-ConvertWFJTandJTtoHooks (diff) | |
download | awx-4a0c371014c53602caad2c3d7fdb1f05b6c2ba69.tar.xz awx-4a0c371014c53602caad2c3d7fdb1f05b6c2ba69.zip |
Fix flaky workflow test & set junit family
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index b01407052a..ecdcd74b9d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -8,3 +8,4 @@ markers = ac: access control test survey: tests related to survey feature inventory_import: tests of code used by inventory import command +junit_family=xunit2
\ No newline at end of file |