mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
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:
committed by
intellij-monorepo-bot
parent
ae4c6b2396
commit
5a4e584aa5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user