Skip to content
Snippets Groups Projects
Commit 02bba0ce authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: disable valgrind on the remaining scp/sftp tests

parent e8aff0c5
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<strip>
</strip>
<protocol>
......
......@@ -35,6 +35,9 @@ sftp://localhost:%SSHPORT%PWD/log/upload583.txt %USER:
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<errorcode>
0
</errorcode>
......
......@@ -23,6 +23,9 @@ SFTP retrieval of nonexistent file
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<errorcode>
78
</errorcode>
......
......@@ -33,6 +33,9 @@ for ssh upload test
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<errorcode>
79
</errorcode>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment