Skip to content

Commit

Permalink
chore: tag devserver test as no-remote-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 26, 2023
1 parent 8a60c93 commit 3a27fbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/private/test/js_run_devserver/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ js_run_devserver_test(
":node_modules/@types/node",
":node_modules/jasmine",
],
tags = [
# devserver is meant to be `bazel run` locally.
# See https://github.com/aspect-build/rules_js/pull/1233
"no-remote-exec",
],
tool = ":jasmine",
)

Expand Down

0 comments on commit 3a27fbe

Please sign in to comment.