using Microsoft.EntityFrameworkCore; namespace EntityFramework.Jet.FunctionalTests { public class TransactionJetTest : TransactionTestBase { public TransactionJetTest(TransactionJetFixture fixture) : base(fixture) { } protected override bool SnapshotSupported => false; } }