Skip to content

Commit

Permalink
Mark test_benchmarks as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Mar 12, 2024
1 parent 29134c8 commit 739c49b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/benchmarks/test_benchmarks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright (C) 2018-2023, earthobservations developers.
# Distributed under the MIT License. See LICENSE for more info.
import pytest


@pytest.mark.xfail(reason="zlib.error: Error -3 while decompressing data: invalid literal/length/distance code")
def test_benchmarks():
from benchmarks import (
interpolation,
Expand Down

0 comments on commit 739c49b

Please sign in to comment.