6738fe6 Skip test that fails on 32 bit

Authored and Committed by zbyszek 2 years ago
1 file changed. 13 lines added. 14 lines removed.
    Skip test that fails on 32 bit
    
    ======================================================================
    ERROR: test_dom_load (calibre.scraper.simple.find_tests.<locals>.TestSimpleWebEngineScraper)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/builddir/build/BUILD/calibre-5.41.0/src/calibre/scraper/simple.py", line 154, in test_dom_load
        html = overseer.fetch_url(url, 'test')
      File "/builddir/build/BUILD/calibre-5.41.0/src/calibre/scraper/simple.py", line 86, in fetch_url
        raise ValueError(output['err'])
    ValueError: Failed to load HTML from: file:///builddir/build/BUILD/calibre-5.41.0/resources/templates/new_book.html
    ----------------------------------------------------------------------
    
        
file modified
+13 -14