Skip to content

Commit

Permalink
remove failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
chupsondev committed Dec 7, 2023
1 parent a6b3a2c commit 5f733b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ permissions:
contents: read

jobs:
build:

test:
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 0 additions & 4 deletions tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
sys.path.append("..")

import run
from cats_tools import buildFile


class TestRun(unittest.TestCase):
Expand All @@ -23,6 +22,3 @@ def test_getting_runtime(self):
test.runtime_in_secs = None
self.assertEqual("unknown", test.get_runtime())

def test_failing(self):
self.assertEqual(True, False)

0 comments on commit 5f733b9

Please sign in to comment.