mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-09 00:17:59 +08:00
Avoid race conditions in tests
This commit is contained in:
parent
104952be6a
commit
53b8bf101a
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
defmodule Livebook.HubsTest do
|
||||
# This module cannot run async because it craetes
|
||||
# hubs without an associated backend.
|
||||
use Livebook.DataCase
|
||||
use Livebook.TeamsIntegrationCase, async: true
|
||||
|
||||
alias Livebook.Hubs
|
||||
@sample_hub "team-foo-bar-baz"
|
Loading…
Reference in a new issue