Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/1664.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Working fine on local reverting test on grpc and cicd to check
1 change: 0 additions & 1 deletion tests/system/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading