Skip to content

Commit 2a31ebf

Browse files
committed
Only run collation names tests if running against server 8.0.30 and above.
Change-Id: I6ba3a5482745168148b7ea08cb1e2ae60d5a4908
1 parent 61f07f5 commit 2a31ebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devapi/tests/types-t.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ TEST_F(Types, collations)
551551
{
552552
SKIP_IF_NO_XPLUGIN;
553553

554+
SKIP_IF_SERVER_VERSION_LESS(8, 0, 30);
555+
554556
using col_data = std::pair<unsigned, string>;
555557
std::vector<col_data> unknown;
556558

0 commit comments

Comments
 (0)