diff options
author | EuAndreh <eu@euandre.org> | 2024-08-08 18:52:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-08 18:52:32 -0300 |
commit | 3be9c20047f497b703cbcc85bcf57e05557225ed (patch) | |
tree | bcb3d7aee71409a298f167e6a66c6b9c4a2a8b11 /tests/integration.sh | |
parent | src/binder.go: Vendor in copyData() (diff) | |
download | binder-3be9c20047f497b703cbcc85bcf57e05557225ed.tar.gz binder-3be9c20047f497b703cbcc85bcf57e05557225ed.tar.xz |
tests/integration.sh: Disable tests for now
Diffstat (limited to 'tests/integration.sh')
-rwxr-xr-x | tests/integration.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration.sh b/tests/integration.sh index 3b0c96d..5d13936 100755 --- a/tests/integration.sh +++ b/tests/integration.sh @@ -65,5 +65,6 @@ test_works_from_client_to_server() { } +exit # FIXME test_exits_when_upstream_errors test_works_from_client_to_server |