Skip to content

Commit bca2183

Browse files
author
sn0wcat
committed
chore: commented out the correct test
1 parent e804c13 commit bca2183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mindconnect-agent-performance-test.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ describe("MindConnectApi RSA_3072 Agent performance test", () => {
153153
result.should.not.be.null;
154154
});
155155

156-
it.skip("should be able to put the mappings configuration.", async () => {
156+
it("should be able to put the mappings configuration.", async () => {
157157
const agent = new MindConnectAgent(rsaConfig);
158158
agent.SetupAgentCertificate(fs.readFileSync("private.key"));
159159

@@ -205,7 +205,7 @@ describe("MindConnectApi RSA_3072 Agent performance test", () => {
205205
result.should.not.be.equal([]);
206206
});
207207

208-
it("should function under heavy load", async () => {
208+
it.skip("should function under heavy load", async () => {
209209
if (!process.env.CI) return;
210210
const agent = new MindConnectAgent(rsaConfig);
211211
agent.SetupAgentCertificate(fs.readFileSync("private.key"));

0 commit comments

Comments
 (0)