Skip to content

Commit 6766d77

Browse files
author
bjmb
committed
Removed unused statements from appveyor, this tests where failing always because the need a cluster to test against
1 parent 9848ef3 commit 6766d77

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

appveyor/run_test.ps1

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,4 @@ nosetests -s -v --with-ignore-docstrings --with-xunit --xunit-file=unit_results.
2020
echo "uploading unit results"
2121
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\unit_results.xml))
2222

23-
if($env:ci_type -eq 'standard' -Or $env:ci_type -eq 'long'){
24-
echo "Running CQLEngine integration tests"
25-
nosetests -s -v --with-ignore-docstrings --with-xunit --xunit-file=cqlengine_results.xml .\tests\integration\cqlengine
26-
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\cqlengine_results.xml))
27-
echo "uploading CQLEngine test results"
28-
29-
echo "Running standard integration tests"
30-
nosetests -s -v --with-ignore-docstrings --with-xunit --xunit-file=standard_results.xml .\tests\integration\standard
31-
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\standard_results.xml))
32-
echo "uploading standard integration test results"
33-
}
34-
35-
if($env:ci_type -eq 'long'){
36-
nosetests -s -v --with-ignore-docstrings --with-xunit --xunit-file=cqlengine_results.xml .\tests\integration\cqlengine
37-
$wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\cqlengine_results.xml))
38-
echo "uploading standard integration test results"
39-
}
4023
exit 0

0 commit comments

Comments
 (0)