From 204d86e867e1076d7050f2d22c55972fe83b9a25 Mon Sep 17 00:00:00 2001 From: nhanasi Date: Fri, 17 Apr 2026 11:02:48 -0400 Subject: [PATCH] Update run_l2.sh --- run_l2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_l2.sh b/run_l2.sh index be746ca9..96a9484b 100644 --- a/run_l2.sh +++ b/run_l2.sh @@ -66,5 +66,5 @@ pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_xc pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_override_rfc_prop.json test/functional-tests/tests/test_rfc_override_rfc_prop.py -#pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py +pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rfc_rfc_webpa.json test/functional-tests/tests/test_rfc_webpa.py