| Index: tests/isolateserver_smoke_test.py
|
| diff --git a/tests/isolateserver_smoke_test.py b/tests/isolateserver_smoke_test.py
|
| index 71cc650773801c80b18e85971f23e382b7683117..fb56c93a660d9f85b4305fd21aa82625988a49c5 100755
|
| --- a/tests/isolateserver_smoke_test.py
|
| +++ b/tests/isolateserver_smoke_test.py
|
| @@ -28,6 +28,10 @@ ISOLATE_SERVER = 'https://isolateserver.appspot.com/'
|
| TEST_DATA_DIR = os.path.join(ROOT_DIR, 'tests', 'isolateserver')
|
|
|
|
|
| +# TODO(vadimsh): This test is a bit frankensteinish now. It uses new /content-gs
|
| +# protocol for uploads via 'isolateserver.py archive', but uses old /content
|
| +# protocol for validity check and fetches.
|
| +
|
| class IsolateServerArchiveSmokeTest(unittest.TestCase):
|
| def setUp(self):
|
| # The namespace must end in '-gzip' since all files are now compressed
|
|
|