From 9ddec87093e689c693b05a27c44302a7baf636aa Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Mon, 08 Nov 2021 15:32:06 +0000 Subject: [PATCH] turn off collision-tests --- --- a/tests/src/collision-tests/admVsOwnerChanges.test.ts +++ b/tests/src/collision-tests/admVsOwnerChanges.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -50,3 +54,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/admVsOwnerData.test.ts +++ b/tests/src/collision-tests/admVsOwnerData.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -46,3 +50,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/admVsOwnerTake.test.ts +++ b/tests/src/collision-tests/admVsOwnerTake.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -48,3 +52,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/adminDestroyCollection.test.ts +++ b/tests/src/collision-tests/adminDestroyCollection.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -47,3 +51,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/adminLimitsOff.test.ts +++ b/tests/src/collision-tests/adminLimitsOff.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -63,3 +67,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/adminRightsOff.test.ts +++ b/tests/src/collision-tests/adminRightsOff.test.ts @@ -1,4 +1,6 @@ -/* obsolete +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate import { IKeyringPair } from '@polkadot/types/types'; import BN from 'bn.js'; @@ -48,5 +50,4 @@ }); }); }); - */ \ No newline at end of file --- a/tests/src/collision-tests/setSponsorNewOwner.test.ts +++ b/tests/src/collision-tests/setSponsorNewOwner.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -44,3 +48,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/sponsorPayments.test.ts +++ b/tests/src/collision-tests/sponsorPayments.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -53,3 +57,4 @@ }); }); }); +*/ \ No newline at end of file --- a/tests/src/collision-tests/tokenLimitsOff.test.ts +++ b/tests/src/collision-tests/tokenLimitsOff.test.ts @@ -1,4 +1,7 @@ -/* obsolete +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import BN from 'bn.js'; import chai from 'chai'; --- a/tests/src/collision-tests/turnsOffMinting.test.ts +++ b/tests/src/collision-tests/turnsOffMinting.test.ts @@ -1,3 +1,7 @@ +/* broken by design +// substrate transactions are sequential, not parallel +// the order of execution is indeterminate + import { IKeyringPair } from '@polkadot/types/types'; import chai from 'chai'; import chaiAsPromised from 'chai-as-promised'; @@ -45,3 +49,4 @@ }); }); }); +*/ \ No newline at end of file -- gitstuff