disable opam workspace blackbox test

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-01 00:43:17 +07:00
parent d229b7811b
commit 60c97ab365
1 changed files with 3 additions and 4 deletions

View File

@ -34,11 +34,10 @@ Workspaces let you set custom profiles
Entering directory 'custom-profile'
build profile: foobar
A workspace context can ve defined using an opam switch. Note that this test is
a bit limited since we can't mock opam switches.
A workspace context can ve defined using an opam switch. This test is disabled
because we don't really have a way to mock an opam switch.
$ dune build --root opam --display quiet 2>&1 | grep -v "opam (internal)\|To make opam select\|OPAMSWITCH"
Entering directory 'opam'
# $ dune build --root opam --display quiet 2>&1
Workspaces also allow you to set "target" for cross compilation. This feature is
a bit hard to test since it requires mocking more than one context. But we can