diff --git a/fsl/tests/test_wrappers/test_wrappers.py b/fsl/tests/test_wrappers/test_wrappers.py index 2cb2de113bcc2395a80a90ea469ad6154929fb61..617f9857eb5730b68b373bf8613535438b068a80 100755 --- a/fsl/tests/test_wrappers/test_wrappers.py +++ b/fsl/tests/test_wrappers/test_wrappers.py @@ -245,14 +245,6 @@ def test_slicer(): assert result.stdout[0] == expected -def test_cluster(): - with testenv('cluster') as cluster: - result = fw.cluster('input', 'thresh', - fractional=True, osize='osize') - expected = f'{cluster} --in=input --thresh=thresh --fractional --osize=osize' - assert result.stdout[0] == expected - - def test_fast(): with testenv('fast') as fast: result = fw.fast('input', 'myseg', n_classes=3)