Disable failing schema test on mono runtimes.#105233
Disable failing schema test on mono runtimes.#105233eiriktsarpalis merged 1 commit intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis |
|
Please let me know if I don't understand it correctly:
If that is the case, then I'd say we should modify the test to simply not run on mono runtimes without an "ActiveIssue". Basically I'd like us to resolve this once and for all - thus resolving #103694, but then that means we should not have an "ActiveIssue" pointing to it in our tests. |
|
To me it still feels like something that we should eventually be fixing, e.g. if we release a |
|
OK - I'll leave that up to you :-) |
|
Thanks. Happy to create another issue if you think we should be looking at guaranteeing attribute ordering at the runtime level. |
Even though this disables the impacted
TestTypes_GeneratesExpectedJsonSchematest on mono runtimes which checks for syntactic equality, theTestTypes_SerializedValueMatchesGeneratedSchemawhich evaluates the schema still runs on all platforms.Contributes to #103694.