You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@@ -326,7 +326,8 @@ namespace MonoTests.System.Net {
|
||||
[Test] //BNC#323452
|
||||
// Throws exception with Status == Timeout. The same code behaves as the test expects when run from a regular app.
|
||||
// Might be an issue with the test suite. To investigate.
|
||||
[Category("AndroidNotWorking")]
|
||||
[Category("AndroidNotWorking")]
|
||||
[Category("MultiThreaded")]
|
||||
public void TestFailedConnection ()
|
||||
{
|
||||
try {
|
||||
@@ -353,6 +354,7 @@ namespace MonoTests.System.Net {
|
||||
|
||||
[Test] //BNC#323452
|
||||
[Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
|
||||
[Category ("MultiThreaded")]
|
||||
public void TestFailedResolution ()
|
||||
{
|
||||
try {
|
||||
|
Reference in New Issue
Block a user