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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-31 14:41:13 +0300
committerGitHub <noreply@github.com>2016-10-31 14:41:13 +0300
commit3bc76b068d85c185393e14d0f9ae794e482f20da (patch)
tree49b374d9c3dde2e34f0cdd4d2a5f2b34fe25df70 /mcs/class/System/Test
parent9614307bfbb9e21542a698046fe48ab76b0fae8a (diff)
[System] Disable a test that reads a file on mobile
We don't have a way to pass the file to our mobile test runners at the moment.
Diffstat (limited to 'mcs/class/System/Test')
-rw-r--r--mcs/class/System/Test/System.IO.Compression/DeflateStreamTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/Test/System.IO.Compression/DeflateStreamTest.cs b/mcs/class/System/Test/System.IO.Compression/DeflateStreamTest.cs
index 17ca231ffb6..1aa78a9d993 100644
--- a/mcs/class/System/Test/System.IO.Compression/DeflateStreamTest.cs
+++ b/mcs/class/System/Test/System.IO.Compression/DeflateStreamTest.cs
@@ -434,6 +434,7 @@ namespace MonoTests.System.IO.Compression
}
[Test]
+ [Category ("MobileNotWorking")]
public void Bug44994_InflateByteByByte()
{
int byteCount = 0;