Skip to content

Commit

Permalink
Bug 1550368 [wpt PR 16675] - [infra] Remove unused file, a=testonly
Browse files Browse the repository at this point in the history
Automatic update from web-platform-tests
[infra] Remove unused file (#16675)

The consumer of this file was removed in [1]. Remove both the file and
the routing rule which references it in the WPT server code.

[1] web-platform-tests/wpt#6751
--

wpt-commits: fcab2fbe8250bda34b2f6aaffd62634bd35774a0
wpt-pr: 16675
  • Loading branch information
jugglinmike authored and jgraham committed Jun 5, 2019
1 parent 618dae0 commit 0f63ea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
12 changes: 0 additions & 12 deletions testing/web-platform/tests/serve.py

This file was deleted.

3 changes: 1 addition & 2 deletions testing/web-platform/tests/tools/serve/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ def __init__(self):

self.forbidden = [("*", "/_certs/*", handlers.ErrorHandler(404)),
("*", "/tools/*", handlers.ErrorHandler(404)),
("*", "{spec}/tools/*", handlers.ErrorHandler(404)),
("*", "/serve.py", handlers.ErrorHandler(404))]
("*", "{spec}/tools/*", handlers.ErrorHandler(404))]

self.extra = []

Expand Down

0 comments on commit 0f63ea7

Please sign in to comment.