| From f82dead45fe45a5ebe8359af34d19d302b6c3f57 Mon Sep 17 00:00:00 2001 |
| From: Nandhini Rengaraj <nrengaraj@google.com> |
| Date: Thu, 6 Apr 2023 23:33:54 +0000 |
| Subject: [PATCH] Skip go dependent test - spec.bats |
| |
| This test requires to install jsonschema go dependency. autotest |
| environment can not resolve github.com. |
| --- |
| tests/integration/spec.bats | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| diff --git a/tests/integration/spec.bats b/tests/integration/spec.bats |
| index b24c6b71..27d2f0b6 100644 |
| --- a/tests/integration/spec.bats |
| +++ b/tests/integration/spec.bats |
| @@ -21,6 +21,7 @@ function teardown() { |
| } |
| |
| @test "spec validator" { |
| + skip "TODO(nrengaraj@): Compile go binaries and add to testdata" |
| requires rootless_no_features |
| |
| SPEC_VERSION=$(awk '$1 == "github.com/opencontainers/runtime-spec" {print $2}' "$BATS_TEST_DIRNAME"/../../go.mod) |
| -- |
| 2.40.0.577.gac1e443424-goog |
| |