Skip to content

Commit

Permalink
unonly test
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jan 25, 2024
1 parent 104d956 commit c2320a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/test/trycp/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ test("TryCP Conductor - create and read an entry using the entry zome, 1 conduct
await localTryCpServer.stop();
});

test.only("TryCP Conductor - clone cell management", async (t) => {
test("TryCP Conductor - clone cell management", async (t) => {
const localTryCpServer = await TryCpServer.start();
const { servicesProcess, signalingServerUrl } = await runLocalServices();
const client = await TryCpClient.create(SERVER_URL);
Expand Down

0 comments on commit c2320a1

Please sign in to comment.