We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41bac1 commit e08a9a4Copy full SHA for e08a9a4
tests/test_mapped_api.py
@@ -183,6 +183,7 @@ def test_datamodel_api_get_and_set_int_for_str(
183
# testUpdateStateDictWithMapping
184
185
186
+@pytest.mark.skip("https://github.com/ansys/pyfluent/pull/3713")
187
@pytest.mark.fluent_version(">=25.2")
188
def test_state_of_command_args_with_mapping(
189
datamodel_api_version_new, new_solver_session
tests/test_search.py
@@ -91,6 +91,7 @@ def test_get_capitalize_match_for_word_from_names():
91
)
92
93
94
+@pytest.mark.skip("Started failing suddenly.")
95
@pytest.mark.fluent_version("==24.2")
96
@pytest.mark.codegen_required
97
def test_get_match_case_for_word_from_names():
0 commit comments