Skip to content

Commit cfecb54

Browse files
authored
Revert randomizedtesting version to 2.7.4 (#52785)
Use older version of randomizedtesting library since the latest version introduces a bug in test filtering which makese reproducing certain test case scenarios difficult. See: randomizedtesting/randomizedtesting#283
1 parent ee09ac7 commit cfecb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ joda = 2.10.4
3131
# - x-pack/plugin/security
3232
bouncycastle=1.64
3333
# test dependencies
34-
randomizedrunner = 2.7.6
34+
randomizedrunner = 2.7.4
3535
junit = 4.12
3636
httpclient = 4.5.10
3737
httpcore = 4.4.12

0 commit comments

Comments
 (0)