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 422cc01 commit 90c9eeeCopy full SHA for 90c9eee
deps/rabbit/test/amqp_system_SUITE.erl
@@ -91,6 +91,7 @@ end_per_testcase(Testcase, Config) ->
91
build_dotnet_test_project(Config) ->
92
TestProjectDir = filename:join(
93
[?config(data_dir, Config), "fsharp-tests"]),
94
+ true = os:putenv("DOTNET_SYSTEM_GLOBALIZATION_INVARIANT", "1"),
95
Ret = rabbit_ct_helpers:exec(["dotnet", "restore"],
96
[{cd, TestProjectDir}]),
97
case Ret of
0 commit comments