Skip to content

Commit

Permalink
Ignore expected warnings in test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 25, 2024
1 parent 5e1cb87 commit 6a4bcd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ert/ui_tests/cli/test_field_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def test_parameter_update_with_inactive_cells_xtgeo_grdecl(tmpdir):


@pytest.mark.timeout(600)
@pytest.mark.filterwarnings("ignore:.*Cross-correlation.*:")
@pytest.mark.filterwarnings("ignore:.*divide by zero.*:")
def test_field_param_update_using_heat_equation_zero_var_params_and_adaptive_loc(
heat_equation_storage,
):
Expand Down

0 comments on commit 6a4bcd2

Please sign in to comment.