Skip to content

Commit

Permalink
#56: Ignored failed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
RusKnyaz committed Apr 4, 2021
1 parent 6c93571 commit 9730193
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/Knyaz.Optimus.JsTests/ElementJsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ public ElementJsTests(JsEngines jsEngine)
[TestCase("ChildNodesIsLive")]
public void ElementTests(string testName)
{
if (_jsEngine == JsEngines.Jurassic && (testName == "DataSetToAttribute" || testName == "DataSetToExistingAttribute"))
if (_jsEngine == JsEngines.Jurassic && (
testName == "DataSetToAttribute"
|| testName == "DataSetToExistingAttribute"
|| testName == "SetChildNode"))
Assert.Ignore("Ignored due to bug in jurassic");

JsTestsRunner.Run(_jsEngine, testName);
Expand Down

0 comments on commit 9730193

Please sign in to comment.