Skip TestIntegration_AdminApiReencrypt. (#105454)

* Skip TestIntegration_AdminApiReencrypt and TestIntegration_AdminApiReencrypt_Enterprise.
This commit is contained in:
Peter Štibraný
2025-05-15 13:38:42 +02:00
committed by GitHub
parent bb04b9c55b
commit ba111e612b
2 changed files with 4 additions and 0 deletions
@@ -20,6 +20,8 @@ import (
)
func TestIntegration_AdminApiReencrypt_Enterprise(t *testing.T) {
t.Skip("This test is currently broken, investigating...")
getSecretsFunctions := map[string]func(*testing.T, *server.TestEnv) map[int]secret{}
getSecretsFunctions["settings"] = func(t *testing.T, env *server.TestEnv) map[int]secret {
return getSettingSecrets(t, env.SQLStore)
@@ -36,6 +36,8 @@ func TestMain(m *testing.M) {
}
func TestIntegration_AdminApiReencrypt(t *testing.T) {
t.Skip("This test is currently broken, investigating...")
const (
dataSourceTable = "data_source"
secretsTable = "secrets"