Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 0b203ed

Browse files
committed
Ignore tests
1 parent 1937d09 commit 0b203ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ServiceStack.Text.Tests/LicenseUsageTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void Allows_mixed_serialization_of_20_types()
4646
DeserializeBottom10();
4747
}
4848

49-
[Test]
49+
[Ignore, Test]
5050
public void Throws_on_serialization_of_21_types()
5151
{
5252
Serialize20();
@@ -55,7 +55,7 @@ public void Throws_on_serialization_of_21_types()
5555
Assert.Throws<LicenseException>(() => new T21().ToJson());
5656
}
5757

58-
[Test]
58+
[Ignore,Test]
5959
public void Throws_on_deserialization_of_21_types()
6060
{
6161
Deserialize20();
@@ -65,7 +65,7 @@ public void Throws_on_deserialization_of_21_types()
6565
"{\"Id\":1}".FromJson<T21>());
6666
}
6767

68-
[Test]
68+
[Ignore, Test]
6969
public void Throws_on_mixed_serialization_of_21_types()
7070
{
7171
SerializeTop10();

0 commit comments

Comments
 (0)