Skip to content

Commit

Permalink
Disabled async for tests with CaptureIO as it may unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsevds committed Aug 12, 2024
1 parent 794b308 commit 7addfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nbpm.get_port_number_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Mix.Tasks.Nbpm.GetPortNumberTest do
use ExUnit.Case, async: true
use ExUnit.Case
use Patch

import ExUnit.CaptureIO
Expand Down

0 comments on commit 7addfb6

Please sign in to comment.