Skip to content

Commit 15488fe

Browse files
fix: Add known conformance test failures (#2474)
* Add known conformance test failures * Fix formatting * Typo * working dir should be root (I think) * Now the path should be right * cat file * last typo? * =( * change format * Just use regex and cat
1 parent 4e626f0 commit 15488fe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.kokoro/conformance.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ do
6767

6868
pushd .
6969
cd cloud-bigtable-clients-test/tests
70-
# If there is known failures, please add
71-
# "-skip `cat ../../test-proxy/known_failures.txt`" to the command below.
72-
eval "go test -v -proxy_addr=:9999 ${configFlag}"
70+
eval "go test -v -proxy_addr=:9999 ${configFlag} -skip '`cat ../../test-proxy/known_failures.txt`'"
7371
returnCode=$?
7472
popd
7573

test-proxy/known_failures.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
TestFeatureGap/(traffic_director_enabled|direct_access_requested)

0 commit comments

Comments
 (0)