Skip to content

Commit

Permalink
remove flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 13, 2023
1 parent 17fedae commit 3422018
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/language_server/test/tracer_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ defmodule ElixirLS.LanguageServer.TracerTest do
{:ok, context}
end

test "project dir is nil" do
assert GenServer.call(Tracer, :get_project_dir) == nil
end

test "set project dir" do
project_path = FixtureHelpers.get_path("")
:persistent_term.put(:language_server_project_dir, project_path)
Expand Down

0 comments on commit 3422018

Please sign in to comment.