Skip to content

Commit 9e369a9

Browse files
committed
Revert "enabling oracle tests on windows"
This reverts commit 2554b94.
1 parent 4517523 commit 9e369a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for:
2222
- image: Visual Studio 2017
2323
environment:
2424
mssql_instance: localhost\SQL2017
25-
scenario: all
25+
scenario: windows
2626
services:
2727
- mssql2017
2828
- mysql
@@ -31,7 +31,6 @@ for:
3131
- SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
3232
- psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
3333
- ps: .\tests\appveyor.prep.ps1
34-
- docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g-r2
3534

3635
- matrix:
3736
only:

0 commit comments

Comments
 (0)