Skip to content

Commit e078d90

Browse files
authored
Disable test with the correct path (#69693)
* Remove the extra folder * Add tracking issue
1 parent 01fa120 commit e078d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/issues.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,8 +1773,8 @@
17731773
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Generics/GenericsTest/GenericsTest/**">
17741774
<Issue>needs triage</Issue>
17751775
</ExcludeList>
1776-
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128Test/Int128Test/**">
1777-
<Issue>needs triage</Issue>
1776+
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/Int128/Int128Test/**">
1777+
<Issue>https://github.com/dotnet/runtime/issues/69531</Issue>
17781778
</ExcludeList>
17791779
<ExcludeList Include="$(XunitTestBinBase)/Interop/PInvoke/SafeHandles/**">
17801780
<Issue>https://github.com/dotnet/runtime/issues/48084</Issue>

0 commit comments

Comments
 (0)