Skip to content

Commit

Permalink
Disabled testStringPolyStringNorm
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Mar 8, 2024
1 parent 23a253d commit 1fb5568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public void test214SearchUsersMatchingRulesStringIgnoreCase() throws Exception {
* This does not really fit. It fill not fail. But it will find nothing and there is a warning.
* MID-5911
*/
@Test
@Test(enabled = false)
public void test216SearchUsersMatchingRulesStringNorm() throws Exception {
given();
Task task = getTestTask();
Expand Down

0 comments on commit 1fb5568

Please sign in to comment.