Skip to content

Commit 7bfe929

Browse files
MQ37MichalKalita
andauthored
Update tests/integration/suite.ts
Co-authored-by: Michal Kalita <[email protected]>
1 parent 74d58e5 commit 7bfe929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export function createIntegrationTestsSuite(
148148
});
149149

150150
// TODO: disabled for now, remove tools is disabled and might be removed in the future
151-
it.runIf(false)('should remove Actor from tools list', async () => {
151+
it.skip('should remove Actor from tools list', async () => {
152152
const actor = ACTOR_PYTHON_EXAMPLE;
153153
const selectedToolName = actorNameToToolName(actor);
154154
const client = await createClientFn({

0 commit comments

Comments
 (0)