Do not test SASL authentication using digest-md5.
The digest-md5 auth. method has been obsoleted. This commit removes it from the relevant test.
This commit is contained in:
parent
b263d4070b
commit
d1be2103aa
@ -32,7 +32,8 @@ PACKAGE="pcp"
|
||||
METRICUSER="pcpmetricuser"
|
||||
METRICUSERPW="pcpmetricuserpw"
|
||||
|
||||
HASHES="scram-sha-256 digest-md5"
|
||||
#HASHES="scram-sha-256 digest-md5"
|
||||
HASHES="scram-sha-256" # digest-md5 is now obsolete
|
||||
|
||||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
|
Loading…
Reference in New Issue
Block a user