Skip to content

Commit c7b5ae4

Browse files
committed
Remove sandbox test
1 parent 1ea98c6 commit c7b5ae4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/test.spec.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -336,18 +336,6 @@ describe("Unusual behavior", () => {
336336
}
337337
});
338338

339-
testWrapper("Sandbox", async () => {
340-
process.env["NO_SANDBOX"] = "true";
341-
for await (const post of createApi(
342-
"hashtag",
343-
hashtags[0],
344-
libraryTestOptions,
345-
).generator()) {
346-
expect(post).toBeDefined();
347-
}
348-
process.env["NO_SANDBOX"] = "";
349-
});
350-
351339
testWrapper("Failed Page visit", async () => {
352340
const options: IOptions = {
353341
proxyURL: "127.0.0.1:9999",

0 commit comments

Comments
 (0)