File tree 1 file changed +2
-2
lines changed
test/THNETII.WinApi.Native.Test/SysInfoApi.Test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public static void Can_call_ansi_marshaling_extern_function(COMPUTER_NAME_FORMAT
96
96
Assert . NotNull ( path ) ;
97
97
}
98
98
99
- [ TheoryWindowsOS ( Skip = "Disabled and blocked on https://github.com/thnetii/windows-api/pull/105" ) ]
99
+ [ TheoryWindowsOS ]
100
100
[ MemberData ( nameof ( Get_COMPUTER_NAME_FORMAT ) ) ]
101
101
public static void Can_call_unicode_marshaling_extern_function ( COMPUTER_NAME_FORMAT nameType )
102
102
{
@@ -108,7 +108,7 @@ public static void Can_call_unicode_marshaling_extern_function(COMPUTER_NAME_FOR
108
108
Assert . NotNull ( path ) ;
109
109
}
110
110
111
- [ TheoryWindowsOS ( Skip = "Disabled and blocked on https://github.com/thnetii/windows-api/pull/105" ) ]
111
+ [ TheoryWindowsOS ]
112
112
[ MemberData ( nameof ( Get_COMPUTER_NAME_FORMAT ) ) ]
113
113
public static void Can_call_auto_marshaling_extern_function ( COMPUTER_NAME_FORMAT nameType )
114
114
{
You can’t perform that action at this time.
0 commit comments