Skip to content

Commit ff251b7

Browse files
committed
More temp test disabling.
1 parent 77eba55 commit ff251b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/iris/fileformats/netcdf/saver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ def add_ellipsoid(ellipsoid):
22202220
isinstance(cs, cs_class)
22212221
for cs_class in (
22222222
iris.coord_systems.ObliqueMercator,
2223-
iris.coord_systems.RotatedMercator,
2223+
iris.coord_systems.ObliqueMercator,
22242224
)
22252225
],
22262226
):

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def tests(session: nox.sessions.Session):
187187
"pytest",
188188
"-n",
189189
"auto",
190-
"lib/iris/tests",
190+
"lib/iris/tests/unit/fileformats/netcdf/saver/test_Saver.py",
191191
]
192192
if "-c" in session.posargs or "--coverage" in session.posargs:
193193
run_args[-1:-1] = ["--cov=lib/iris", "--cov-report=xml"]

0 commit comments

Comments
 (0)