[CI] Refactor tests to reduce CI time. (#8312)
This commit is contained in:
@@ -14,10 +14,6 @@ except ImportError:
|
||||
pytestmark = pytest.mark.skipif(**tm.no_modin())
|
||||
|
||||
|
||||
dpath = 'demo/data/'
|
||||
rng = np.random.RandomState(1994)
|
||||
|
||||
|
||||
class TestModin:
|
||||
@pytest.mark.xfail
|
||||
def test_modin(self):
|
||||
|
||||
Reference in New Issue
Block a user