Browse Source

disable nft integration tests

Mokhtar Naamani 3 years ago
parent
commit
ff16f28f37
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/network-tests/src/scenarios/full.ts

+ 2 - 1
tests/network-tests/src/scenarios/full.ts

@@ -94,7 +94,8 @@ scenario('Full', async ({ job, env }) => {
 
   // Content directory
   const videoCountersJob = job('check active video counters', activeVideoCounters).requires(sudoHireLead)
-  job('nft auction and offers', nftAuctionAndOffers).after(videoCountersJob)
+  // Disable nft tests until functionality re-activated in rhodes release
+  // job('nft auction and offers', nftAuctionAndOffers).after(videoCountersJob)
 
   // CLIs:
   const createChannelJob = job('create channel via CLI', createChannel).after(videoCountersJob)