Skip to content

Commit 1d0ed4d

Browse files
committed
disabling oracle tests for now
1 parent 9a8fd72 commit 1d0ed4d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for:
5353
- sudo -u postgres psql -c "CREATE USER sa WITH PASSWORD 'Password12!';"
5454
- sudo -u postgres psql -c "ALTER USER sa WITH SUPERUSER;"
5555
- ps: .\tests\appveyor.prep.ps1
56-
- docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
56+
# - docker run --name dbops-oracle -d -p 1521:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
5757

5858
# before_test:
5959
# # run preparation scripts

tests/pester.groups.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# this files describes which tests to run on which environment of the build matrix
22

33
$TestsRunGroups = @{
4-
# run on scenario MSSQL
54
"all" = @(
65
"$ModuleBase\tests\*"
76
"$ModuleBase\tests\mysql\*"
87
"$ModuleBase\tests\postgresql\*"
9-
"$ModuleBase\tests\oracle\*"
8+
# "$ModuleBase\tests\oracle\*"
109
)
1110
"windows" = @(
1211
"$ModuleBase\tests\*"

0 commit comments

Comments
 (0)