Skip to content

Commit

Permalink
DataSchema: Ignore a test in Android < 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezequiel Rodriguez committed Feb 24, 2014
1 parent a0a480e commit 16d9b63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dataschema/tests/unit/dataschema.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ <h1>DataSchema Tests</h1>
var testJSON = new Y.Test.Case({
name: "JSON Tests",

_should: {
ignore: {
testJSONResults2: Y.UA.android < 3
}
},

testJSONMeta: function() {
var schema = {
metaFields: {top:"top", nested:"second.nested"}
Expand Down

0 comments on commit 16d9b63

Please sign in to comment.