Skip to content

Commit

Permalink
remove TODO: Don't need xunit specific serialisation for an exception
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKeegan committed Oct 30, 2021
1 parent 3e86ddc commit f4719c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xRetry/Exceptions/SkipTestException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

namespace xRetry.Exceptions
{
// TODO: Is serialisation implementation good enough?
// Maybe json etc... would fail. See RetryTestCase for example
[Serializable]
public class SkipTestException : Exception
{
Expand Down

0 comments on commit f4719c5

Please sign in to comment.