mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
odpic-raw: disable tests (#42135)
Test suite expects a running Oracle database server.
This commit is contained in:
parent
30913cc998
commit
a6e737c65e
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ self: super: {
|
||||||
notcpp = dontCheck super.notcpp;
|
notcpp = dontCheck super.notcpp;
|
||||||
ntp-control = dontCheck super.ntp-control;
|
ntp-control = dontCheck super.ntp-control;
|
||||||
numerals = dontCheck super.numerals;
|
numerals = dontCheck super.numerals;
|
||||||
|
odpic-raw = dontCheck super.odpic-raw; # needs a running oracle database server
|
||||||
opaleye = dontCheck super.opaleye;
|
opaleye = dontCheck super.opaleye;
|
||||||
openpgp = dontCheck super.openpgp;
|
openpgp = dontCheck super.openpgp;
|
||||||
optional = dontCheck super.optional;
|
optional = dontCheck super.optional;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue