Skip to content

Commit

Permalink
Remove sandboxing (for now)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Sep 27, 2021
1 parent ec9b136 commit 957a059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/expect-tests/dune_file_watcher/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
(library
(name dune_file_watcher_tests_macos)
(modules dune_file_watcher_tests_macos)
(inline_tests
(deps
(sandbox always)))
; (inline_tests
; (deps
; (sandbox always)))
(enabled_if (= %{system} macosx))
(libraries
dune_file_watcher
Expand Down

0 comments on commit 957a059

Please sign in to comment.