We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d58e5 commit 7bfe929Copy full SHA for 7bfe929
tests/integration/suite.ts
@@ -148,7 +148,7 @@ export function createIntegrationTestsSuite(
148
});
149
150
// 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 () => {
+ it.skip('should remove Actor from tools list', async () => {
152
const actor = ACTOR_PYTHON_EXAMPLE;
153
const selectedToolName = actorNameToToolName(actor);
154
const client = await createClientFn({
0 commit comments