diff --git a/doc/changelog.d/1664.fixed.md b/doc/changelog.d/1664.fixed.md new file mode 100644 index 0000000000..73cb5cec21 --- /dev/null +++ b/doc/changelog.d/1664.fixed.md @@ -0,0 +1 @@ +Working fine on local reverting test on grpc and cicd to check diff --git a/tests/system/test_workflows.py b/tests/system/test_workflows.py index 9cff4679ea..1179110b1c 100644 --- a/tests/system/test_workflows.py +++ b/tests/system/test_workflows.py @@ -61,7 +61,6 @@ def test_hfss_log_parser(self, edb_examples): assert log_parser.adaptive_passes() assert log_parser.memory_on_convergence() == 263 - @pytest.mark.skipif(condition=config["use_grpc"], reason="Failing on GRPC") def test_hfss_auto_setup(self, edb_examples): from pyedb.workflows.sipi.hfss_auto_configuration import create_hfss_auto_configuration