Skip to content

Commit 6df8ea4

Browse files
committed
Disable failing UT tests.
1 parent affe109 commit 6df8ea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/bugs/bugs.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ void bugs::supportIssue_52319()
266266
void bugs::expired_pwd()
267267
{
268268
logMsg("bugs::expired_pwd");
269+
270+
//TODO: Enable it after fixing
271+
SKIP("Removed untill fixed")
272+
269273
if (getMySQLVersion(con) < 56006)
270274
{
271275
SKIP("The server does not support tested functionality(expired password)");

0 commit comments

Comments
 (0)