You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fact(Skip ="No exception is thrown in Linux (CI env)")]voidIOException(){stringfileName="Any.txt";StreamWriterwriter=new StreamWriter(fileName);using(writer){
Assert.Throws<IOException>(()=> FileReader.Parse(fileName));}}
If no way of forcing IOException in Linux is found, test would better be deleted.
The text was updated successfully, but these errors were encountered:
The following test needs to be skipped since it fails in Travis CI env (no exception is thrown).
If no way of forcing IOException in Linux is found, test would better be deleted.
The text was updated successfully, but these errors were encountered: