From 0babdc0c19dc0ef8bf5e035fca3407acbf6646d5 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Mon, 21 Oct 2024 15:30:42 -0600 Subject: [PATCH] Tests have been xpass-ing, no longer need xfail marks --- tests/taskgraphs/test_client_executor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/taskgraphs/test_client_executor.py b/tests/taskgraphs/test_client_executor.py index d8336c994..367dae28b 100644 --- a/tests/taskgraphs/test_client_executor.py +++ b/tests/taskgraphs/test_client_executor.py @@ -6,7 +6,6 @@ import numpy import pyarrow -import pytest from tiledb.cloud._common import futures from tiledb.cloud.taskgraphs import builder @@ -433,7 +432,6 @@ def test_timeout(self): exec.node(slept).result(30) self.assertIs(client_executor.Status.FAILED, exec.node(slept).status) - @pytest.mark.xfail(reason="Requires resolution of upstream issue.") def test_resource_class(self): def big_sum(): # An experimentally determined value where reifying the sequence