Skip to content

Commit

Permalink
Tests have been xpass-ing, no longer need xfail marks (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies authored Oct 21, 2024
1 parent d4cd10b commit ef512ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/taskgraphs/test_client_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import numpy
import pyarrow
import pytest

from tiledb.cloud._common import futures
from tiledb.cloud.taskgraphs import builder
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef512ad

Please sign in to comment.