Addressing PR feedback

This commit is contained in:
AMZN-koppersr
2021-06-16 16:40:46 -07:00
parent c360e29fbf
commit ddc60041d3
5 changed files with 13 additions and 13 deletions
@@ -168,9 +168,9 @@ namespace JsonSerializationTests
{
features.EnableJsonType(rapidjson::kObjectType);
features.m_typeToInject = rapidjson::kNullType;
// The type information in the Serialize Context is incomplete so this test will fail.
// This is because assets have traditionally been treated as a special case, so there's
// information missing in the Json Serialization to deal with these.
// Assets are not fully registered with the Serialize Context for historical reasons. Due to the missing
// information the Json Serializer Conformity Tests can't run the subsection of tests that explicitly
// require the missing information.
features.m_enableNewInstanceTests = false;
}