Skip to content

Commit 97f0b2a

Browse files
committed
fixup
1 parent ab28a68 commit 97f0b2a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/credentials_obfuscation_SUITE.erl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ all() ->
3131
{true, {unix, _}} ->
3232
AllTests;
3333
{_, {win32, _}} ->
34-
ct:pal("skipping some tests on GitHub actions on Windows"),
35-
Tests0 = lists:delete(use_cookie_as_secret, AllTests),
36-
Tests1 = lists:delete(encryption_happens_only_when_secret_available, Tests0),
37-
Tests1
34+
% ct:pal("skipping some tests on GitHub actions on Windows"),
35+
% Tests0 = lists:delete(use_cookie_as_secret, AllTests),
36+
% Tests1 = lists:delete(encryption_happens_only_when_secret_available, Tests0),
37+
% Tests1
38+
AllTests
3839
end.
3940

4041
init_per_testcase(disabled, Config) ->

0 commit comments

Comments
 (0)