Skip to content

Commit e804c13

Browse files
author
sn0wcat
committed
chore: removed heavy load test
1 parent 81e53b3 commit e804c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ describe("MindConnectApi RSA_3072 Agent performance test", () => {
2727
basicAuth: decrypt(auth, getPasskeyForUnitTest()),
2828
});
2929

30-
let rsaConfig: IMindConnectConfiguration = ({} as unknown) as IMindConnectConfiguration;
31-
let unitTestConfiguration: AgentUnitTestConfiguration = ({} as unknown) as AgentUnitTestConfiguration;
30+
let rsaConfig: IMindConnectConfiguration = {} as unknown as IMindConnectConfiguration;
31+
let unitTestConfiguration: AgentUnitTestConfiguration = {} as unknown as AgentUnitTestConfiguration;
3232

3333
before(async () => {
3434
unitTestConfiguration = await unitTestSetup(sdk, AgentManagementModels.AgentUpdate.SecurityProfileEnum.RSA3072);
@@ -153,7 +153,7 @@ describe("MindConnectApi RSA_3072 Agent performance test", () => {
153153
result.should.not.be.null;
154154
});
155155

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

0 commit comments

Comments
 (0)