mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Make CI pass on Windows
This commit is contained in:
parent
1a3c5b75c5
commit
be60ffb9fd
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ defmodule Livebook.Apps.ManagerTest do
|
||||||
# also test restarting the global manager process
|
# also test restarting the global manager process
|
||||||
use ExUnit.Case, async: false
|
use ExUnit.Case, async: false
|
||||||
|
|
||||||
|
# On Windows CI the VM exits abruptly while running this suite most
|
||||||
|
# of the time. Elixir does not exit explicitly anywhere, which points
|
||||||
|
# to some edge case in the VM itself. Note that introducing more IO
|
||||||
|
# for debugging purposes makes the issue go away. We skipt the suite
|
||||||
|
# on Windows entirely for now.
|
||||||
|
#
|
||||||
|
# TODO: retry on OTP 28
|
||||||
|
@moduletag :unix
|
||||||
|
|
||||||
alias Livebook.Apps
|
alias Livebook.Apps
|
||||||
alias Livebook.Notebook
|
alias Livebook.Notebook
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue