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 bbe09a1 commit 2cfa618Copy full SHA for 2cfa618
tests/e3sm_diags/driver/utils/test_dataset_xr.py
@@ -558,6 +558,9 @@ def test_returns_climo_dataset_using_test_file_variable_ref_name_and_season_nest
558
559
xr.testing.assert_identical(result, expected)
560
561
+ @pytest.mark.xfail(
562
+ reason="Need to figure out why to create dummy incorrect time scalar variable with Xarray."
563
+ )
564
def test_returns_climo_dataset_using_derived_var_directly_from_dataset_and_replaces_scalar_time_var(
565
self,
566
):
0 commit comments