mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
GP-0: Ignore testUndo stuff with Object-based managers.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package ghidra.trace.database.module;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.*;
|
||||
|
||||
import db.Transaction;
|
||||
import ghidra.dbg.target.schema.SchemaContext;
|
||||
@@ -54,4 +54,18 @@ public class DBTraceModuleManagerObjectTest extends DBTraceModuleManagerTest {
|
||||
b.trace.getObjectManager().createRootObject(ctx.getSchema(new SchemaName("Session")));
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
@Override
|
||||
@Ignore // Undo not supported with object-manager's write-back cache
|
||||
public void testUndoIdentitiesPreserved() throws Exception {
|
||||
super.testUndoIdentitiesPreserved();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Override
|
||||
@Ignore // Undo not supported with object-manager's write-back cache
|
||||
public void testUndoThenRedo() throws Exception {
|
||||
super.testUndoThenRedo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user