Scene loading if multiple scene have the same label

What happens when you use Addressables.LoadSceneAsync("myAddressableLabel") and multiple scenes have the same label?
I tested it and it didn’t throw an error, it just loaded one of the scenes. Is this behavior determintistic? How do I know which of the scenes will load?