Avoid race conditions in tests

This commit is contained in:
José Valim 2023-07-13 13:42:27 +02:00
parent 104952be6a
commit 53b8bf101a
2 changed files with 1 additions and 3 deletions

View file

@ -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"