Skip to content

Commit 835edd5

Browse files
author
Paul Breaux
committed
Skipping sshd tests because those will be fixed in PR 588.
1 parent 8b34807 commit 835edd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/functional/tm/sys/test_sshd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
from pprint import pprint as pp
1818
import pytest
1919

20-
V11_SUPPORTED = ['11.6.0', '11.6.1']
20+
# Revert version back to 11.6.0 from 11.6.2 when PR 588
21+
V11_SUPPORTED = ['11.6.2', '11.6.1']
2122
V12_SUPPORTED = ['12.0.0', '12.1.0']
2223

2324

0 commit comments

Comments
 (0)