Skip to content

Commit 2cfa618

Browse files
committed
Add xfail back to test
1 parent bbe09a1 commit 2cfa618

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/e3sm_diags/driver/utils/test_dataset_xr.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ def test_returns_climo_dataset_using_test_file_variable_ref_name_and_season_nest
558558

559559
xr.testing.assert_identical(result, expected)
560560

561+
@pytest.mark.xfail(
562+
reason="Need to figure out why to create dummy incorrect time scalar variable with Xarray."
563+
)
561564
def test_returns_climo_dataset_using_derived_var_directly_from_dataset_and_replaces_scalar_time_var(
562565
self,
563566
):

0 commit comments

Comments
 (0)