Skip to content

Commit

Permalink
2009-01-07 Zoltan Varga <vargaz@gmail.com>
Browse files Browse the repository at this point in the history
	* AsyncTest.cs: Disable these tests, they fail randomly (bug #463999).

svn path=/branches/mono-2-2/mcs/; revision=122600
  • Loading branch information
vargaz committed Jan 7, 2009
1 parent 58216b4 commit 6179d4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mcs/class/System.Transactions/Test/AsyncTest.cs
Expand Up @@ -15,6 +15,8 @@
namespace MonoTests.System.Transactions {

[TestFixture]
// https://bugzilla.novell.com/show_bug.cgi?id=463999
[Category ("NotWorking")]
public class AsyncTest {

[SetUp]
Expand Down
4 changes: 4 additions & 0 deletions mcs/class/System.Transactions/Test/ChangeLog
@@ -1,3 +1,7 @@
2009-01-07 Zoltan Varga <vargaz@gmail.com>

* AsyncTest.cs: Disable these tests, they fail randomly (bug #463999).

2007-08-14 Ankit Jain <jankit@novell.com>

* EnlistTest.cs: Add tests for bug #82423.
Expand Down

0 comments on commit 6179d4a

Please sign in to comment.