We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5e31c commit 6fabc93Copy full SHA for 6fabc93
test/ecto/migration_test.exs
@@ -1,8 +1,6 @@
1
defmodule Ecto.MigrationTest do
2
- # Although this test uses the Ecto.Migration.Runner which
3
- # is global state, we can run it async as long as this is
4
- # the only test case that uses the Runner in async mode.
5
- use ExUnit.Case, async: true
+ # We use in_tmp which uses File.cd!
+ use ExUnit.Case, async: false
6
use Ecto.Migration
7
8
import Support.FileHelpers
test/ecto/migrator_test.exs
@@ -1,5 +1,6 @@
defmodule Ecto.MigratorTest do
- use ExUnit.Case
import Ecto.Migrator
0 commit comments