difftreelog
Remove exclusive tests
in: master
2 files changed
tests/src/xcm/xcmQuartz.test.tsdiffbeforeafterboth1043 });1043 });1044 });1044 });104510451046 itSub.only('Should connect and send QTZ to Shiden', async ({helper}) => {1046 itSub('Should connect and send QTZ to Shiden', async ({helper}) => {1047 const destination = {1047 const destination = {1048 V1: {1048 V1: {1049 parents: 1,1049 parents: 1,1113 });1113 });1114 });1114 });111511151116 itSub.only('Should connect to Shiden and send QTZ back', async ({helper}) => {1116 itSub('Should connect to Shiden and send QTZ back', async ({helper}) => {1117 await usingShidenPlaygrounds(shidenUrl, async (helper) => {1117 await usingShidenPlaygrounds(shidenUrl, async (helper) => {1118 const destination = {1118 const destination = {1119 V1: {1119 V1: {tests/src/xcm/xcmUnique.test.tsdiffbeforeafterboth--- a/tests/src/xcm/xcmUnique.test.ts
+++ b/tests/src/xcm/xcmUnique.test.ts
@@ -1045,7 +1045,7 @@
});
});
- itSub.only('Should connect and send UNQ to Astar', async ({helper}) => {
+ itSub('Should connect and send UNQ to Astar', async ({helper}) => {
const destination = {
V1: {
parents: 1,
@@ -1115,7 +1115,7 @@
});
});
- itSub.only('Should connect to Astar and send UNQ back', async ({helper}) => {
+ itSub('Should connect to Astar and send UNQ back', async ({helper}) => {
await usingAstarPlaygrounds(astarUrl, async (helper) => {
const destination = {
V1: {