Make randomly skipped tests deterministic
Created by: wdphy16
By default Python's hash for objects (including types and strings) uses memory addresses and is subject to change between Python sessions, so we need to hash the content of the string.
Created by: wdphy16
By default Python's hash for objects (including types and strings) uses memory addresses and is subject to change between Python sessions, so we need to hash the content of the string.