From 5911e08417348eb6d27af2447e146a98eaebe921 Mon Sep 17 00:00:00 2001 From: Ephrim Stanley Date: Mon, 20 May 2024 17:20:54 -0400 Subject: [PATCH] Enable disabled test (#2856) --- .../authentication/flows/TestSnowflakeWithKeyPairFlow.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-execution/src/test/java/org/finos/legend/engine/authentication/flows/TestSnowflakeWithKeyPairFlow.java b/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-execution/src/test/java/org/finos/legend/engine/authentication/flows/TestSnowflakeWithKeyPairFlow.java index c22a7c8813d..6403b0e9fac 100644 --- a/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-execution/src/test/java/org/finos/legend/engine/authentication/flows/TestSnowflakeWithKeyPairFlow.java +++ b/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-execution/src/test/java/org/finos/legend/engine/authentication/flows/TestSnowflakeWithKeyPairFlow.java @@ -35,6 +35,7 @@ import org.finos.legend.engine.shared.core.vault.Vault; import org.junit.Before; import org.junit.Ignore; +import org.junit.Test; import java.io.IOException; import java.io.StringWriter; @@ -57,7 +58,7 @@ public void setup() Vault.INSTANCE.registerImplementation(inMemoryVault); } - @Ignore + @Test public void testFlow() throws Exception { String privateKeyFromFile = PK;