Skip to content

Commit d429b35

Browse files
committed
Delete setup step that should be done outside of tests.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent 098bd5b commit d429b35

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/IntegrationTests/SslTests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,6 @@ public async Task ConnectZeroConfigurationSslEd25519()
238238
{
239239
Ed25519AuthenticationPlugin.Install();
240240
var csb = AppConfig.CreateConnectionStringBuilder();
241-
try
242-
{
243-
await m_database.Connection.ExecuteAsync("INSTALL SONAME 'auth_ed25519'");
244-
}
245-
catch (Exception)
246-
{
247-
// eat if already installed
248-
}
249241
await m_database.Connection.ExecuteAsync(
250242
@"CREATE USER IF NOT EXISTS 'sslUser'@'%' IDENTIFIED WITH ed25519 USING PASSWORD('!Passw0rd3Works') REQUIRE SSL;
251243
GRANT SELECT ON *.* TO 'sslUser'@'%'");

0 commit comments

Comments
 (0)