diff --git a/src/RealmJS.mm b/src/RealmJS.mm index 15aecb5c..13076b06 100644 --- a/src/RealmJS.mm +++ b/src/RealmJS.mm @@ -58,7 +58,7 @@ NSString *RealmFileDirectory() { static JSValueRef ClearTestState(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef *exception) { [RealmJS clearTestState]; - RJSSchemaClearState(ctx); + //RJSSchemaClearState(ctx); return NULL; }