disable wrong test for IJPL-14021. It's already tested in SettingsProviderTest

Signed-off-by: Sergey Pak <sergey.pak@jetbrains.com>

GitOrigin-RevId: 7bc917b7e29470ae2f85995e32116310dbe6afe5
This commit is contained in:
Sergey Pak
2024-09-19 18:55:22 +02:00
committed by intellij-monorepo-bot
parent ae4c6b2396
commit 5a4e584aa5

View File

@@ -404,15 +404,6 @@ internal class SettingsSyncFlowTest : SettingsSyncTestBase() {
}
}
@Test
fun `unknown additional files should be sent to the server`() = timeoutRunBlockingAndStopBridge {
(settingsSyncStorage / ".metainfo" / "newformat.json").write("File with new unknown format")
initSettingsSync(SettingsSyncBridge.InitMode.PushToServer)
assertServerSnapshot {
additionalFile("newformat.json", "File with new unknown format")
}
}
@TestFor(issues = ["IDEA-326189"])
@Test