diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-08-28 11:29:53 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-28 11:31:04 -0700 |
commit | f7366e4e6465530ecc1641312011fd82a94f55f8 (patch) | |
tree | f2b7153da7a1d7ed65ee483048323dbd6397cbc2 /runsc/test/image/BUILD | |
parent | 25a8e13a78ad6418a1798ec419a1b5ab2116a7f8 (diff) |
Consolidate image tests into a single file
This is to keep it consistent with other test, and
it's easier to maintain them in single file.
Also increase python test timeout to deflake it.
PiperOrigin-RevId: 210575042
Change-Id: I2ef5bcd5d97c08549f0c5f645c4b694253ef0b4d
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r-- | runsc/test/image/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD index fda6f2d9c..5854eec12 100644 --- a/runsc/test/image/BUILD +++ b/runsc/test/image/BUILD @@ -7,8 +7,6 @@ go_test( size = "large", srcs = [ "image_test.go", - "python_test.go", - "tomcat_test.go", ], data = [ "latin10k.txt", |