Skip to content

Commit

Permalink
[ do not merge ] test getting imports from GCS on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 committed Aug 29, 2024
1 parent fdb65b7 commit de476ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/server/tests/python/import_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def gen_import_tests(to_test):

py_wd_test(
src = wd_test_fname,
args = ["--experimental", "--pyodide-package-disk-cache-dir", "../all_pyodide_wheels"],
args = ["--experimental"], #, "--pyodide-package-disk-cache-dir", "../all_pyodide_wheels"],
data = [worker_py_fname, "@all_pyodide_wheels//:whls"],
tags = ["slow"],
size = "enormous",
Expand Down

0 comments on commit de476ae

Please sign in to comment.