Skip to content

Commit

Permalink
Remove pytest.skip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Aug 18, 2021
1 parent 41231f2 commit b4373c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_buffer_traditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def setup_teardown_test(self, dvs):
finally:
self.teardown()

@pytest.mark.skip(reason="Failing. Under investigation")
def test_zero_cable_len_profile_update(self, dvs, setup_teardown_test):
self.pg_name_map = setup_teardown_test
orig_cable_len = None
Expand Down

0 comments on commit b4373c9

Please sign in to comment.