Skip to content

Commit

Permalink
Re-enable test that used to be failing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed May 11, 2020
1 parent af3757f commit 356ff42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@jsii/python-runtime/tests/test_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,7 @@ def test_dependency_submodule_types_are_usable():
assert UpcasingReflectable.REFLECTOR.as_map(subject) == { 'FOO': 'bar' }


@pytest.mark.skip # Currently broken because submodule names aren't case-adjusted correctly :(
def test_load_submodules():
import jsii_calc.submodule
from jsii_calc.submodule import nested_submodule
import jsii_calc.submodule

0 comments on commit 356ff42

Please sign in to comment.