Skip to content

Commit

Permalink
Update test_walker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 5, 2024
1 parent c89537d commit 0029279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_3/line_safari_is_that_a_line/test_walker.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@allure.link(
url='https://www.codewars.com/kata/59c5d0b0a25c8c99ca000237',
name='Source/Kata')
@pytest.mark.skip(reason="The solution is not ready")
#@pytest.mark.skip(reason="The solution is not ready")
# pylint: enable-msg=R0801
class WalkerClassTestCase(unittest.TestCase):
"""
Expand Down

0 comments on commit 0029279

Please sign in to comment.