From 4929aff1fe6bf4f798dc2d5c5a686cdabf609cfb Mon Sep 17 00:00:00 2001 From: rnugmano Date: Fri, 20 Oct 2023 12:41:05 +0400 Subject: [PATCH] removes html argument --- tests/e2e_oss/pytest.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/e2e_oss/pytest.ini b/tests/e2e_oss/pytest.ini index c5ee435ddd415e..6ac1011e40cec7 100644 --- a/tests/e2e_oss/pytest.ini +++ b/tests/e2e_oss/pytest.ini @@ -10,9 +10,9 @@ timeout = 600 log_format = [ %(levelname)s ] %(message)s log_level=INFO addopts = --show-capture=log - --html=e2e_oss_report.html - --self-contained-html - --junitxml=e2e_oss_report.xml +# --html=e2e_oss_report.html +# --self-contained-html +# --junitxml=e2e_oss_report.xml --strict # rp_log_level requires number as an argument instead of readable # string so I consider passing it to addopts is better