Skip to content

Commit

Permalink
Enable disabled test (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsstan committed May 20, 2024
1 parent d8e8c48 commit 5911e08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -57,7 +58,7 @@ public void setup()
Vault.INSTANCE.registerImplementation(inMemoryVault);
}

@Ignore
@Test
public void testFlow() throws Exception
{
String privateKeyFromFile = PK;
Expand Down

0 comments on commit 5911e08

Please sign in to comment.