@Ignore(products = CORE, value = "core does not support -pd")
public void profileIsRespected() throws IOException {
tmp.create();
File profile = tmp.newFolder();
settings.setProfile(profile.getPath());
TestDriver driver = new TestDriverBuilder().using(settings).get();
assertNotNull(driver);
assertEquals(profile, driver.preferences().get("User Prefs", "Opera Directory").getValue());
assertEquals(profile, driver.getSettings().profile().getDirectory());