Skip to content

Commit

Permalink
CI: disable dask test
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Jan 17, 2024
1 parent 901d958 commit 3009e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import print_function
from otwrapy.examples.beam import Wrapper, X_distribution
import otwrapy as otw
import openturns as ot
import multiprocessing
import pytest

def backendtest(backend):
ot.RandomGenerator.SetSeed(0)
Expand Down Expand Up @@ -36,5 +36,6 @@ def test_ipython():
def test_pathos():
backendtest('pathos')

@pytest.mark.skip(reason="needs passwordless ssh configuration")
def test_dask():
backendtest('dask')

0 comments on commit 3009e4b

Please sign in to comment.