Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Test/hashing/HashTableTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs b/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs
index 8e816ad5cb9..f25b36117fc 100644
--- a/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs
+++ b/mcs/class/Mono.C5/Test/hashing/HashTableTests.cs
@@ -587,6 +587,7 @@ namespace C5UnitTests.hashtable.set
[Test]
+ [Category("NotWorking")]
public void RemoveAllCopies()
{
hashset.Add(5); hashset.Add(7); hashset.Add(5);