Commit ec0c5c9
Fixes the skipping of ltm pool tests
Issues:
Fixes #508
Problem:
The pytest.skip decorator was being used in a method of one of the test classes
and this was causing all of the tests in the file to be skipped.
Analysis:
The correct syntax for this is to use "pytest.mark.skip", but I took a look
and it turns out that these tests work just fine. So I removed the skip
entirely
Tests:
* test/functional/tm/ltm/test_pool.py1 parent 7d34454 commit ec0c5c9
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
0 commit comments