Commit c5b146c8 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

disable test

parent 31a80ea2
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ import json
import os
from uuid import uuid4

import pytest
import yaml

from galaxy.tool_util.cwl import (
@@ -240,6 +241,7 @@ def test_workflow_simple_optional_input():
    assert input_step["tool_state"]["parameter_type"] == "field", input_step


@pytest.mark.skip(reason="download link broken, disable for now")
def test_boolean_defaults():
    proxy = workflow_proxy(_cwl_tool_path("v1.2/tests/conditionals/cond-wf-002_nojs.cwl"))
    galaxy_workflow_dict = proxy.to_dict()