diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-09-08 11:29:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 11:29:52 -0400 |
| commit | 4fcda740dc8bc029697feba2936ba41487264450 (patch) | |
| tree | 8cf387a5bf620ff8a7e9b49968b10fe1e0c9cf79 /tests/topotests/example_test/test_example.py | |
| parent | 3e28c3257578a278b3ac14f2b9be9034aa2c0943 (diff) | |
| parent | 36c19497301ee10ae952b844dfb4ed016d4bb1e6 (diff) | |
Merge pull request #9566 from LabNConsulting/chopps/easy-fancy-json-setup
tests: new improved simple JSON template w/ doc update
Diffstat (limited to 'tests/topotests/example_test/test_example.py')
| -rwxr-xr-x | tests/topotests/example_test/test_example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/example_test/test_example.py b/tests/topotests/example_test/test_example.py index 72eceee612..30c3d248f7 100755 --- a/tests/topotests/example_test/test_example.py +++ b/tests/topotests/example_test/test_example.py @@ -36,6 +36,7 @@ def test_fail_example(): assert True, "Some Text with explaination in case of failure" +@pytest.mark.xfail def test_ls_exits_zero(): "Tests for ls command on invalid file" |
