We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d630eac commit 854ae0cCopy full SHA for 854ae0c
1 file changed
tests/ServiceStack.Text.Tests/StructTests.cs
@@ -257,6 +257,7 @@ public void StaticParseMethod_will_not_throw_on_unstandard_usage()
257
Assert.IsNull(ret);
258
}
259
260
+ [Explicit("Ensure this test has proven to work, before adding it to the test suite")]
261
[Test]
262
[TestCase("en")]
263
[TestCase("en-US")]
0 commit comments