File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/neo4j-driver/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ describe('#unit index', () => {
139
139
}
140
140
} )
141
141
142
- describe ( 'await rxRession.beginTransaction().toPromise() return' , ( ) => {
142
+ xdescribe ( 'await rxRession.beginTransaction().toPromise() return' , ( ) => {
143
143
it ( 'should be instanceof neo4j.RxTransaction' , async ( ) => {
144
144
const transaction = await subject ( )
145
145
expect ( transaction ) . toBeInstanceOf ( neo4j . RxTransaction )
@@ -189,7 +189,7 @@ describe('#unit index', () => {
189
189
}
190
190
} )
191
191
192
- describe ( 'RxManagedTransaction' , ( ) => {
192
+ xdescribe ( 'RxManagedTransaction' , ( ) => {
193
193
it ( 'should be instanceof neo4j.RxManagedTransaction' , async ( ) => {
194
194
const rxManagedTransaction = await subject ( )
195
195
expect ( rxManagedTransaction ) . toBeInstanceOf ( neo4j . RxManagedTransaction )
You can’t perform that action at this time.
0 commit comments