[fb] CI skip test_compare_to_xxd
2021-03-06T19:33:13.0158821Z ======================================================================
2021-03-06T19:33:13.0159910Z ERROR: Runs xxd on some random text, and compares output with our xxd.
2021-03-06T19:33:13.0162045Z ----------------------------------------------------------------------
2021-03-06T19:33:13.0163128Z Traceback (most recent call last):
2021-03-06T19:33:13.0164794Z File "/home/runner/work/hue/hue/apps/filebrowser/src/filebrowser/lib/xxd_test.py", line 97, in test_compare_to_xxd
2021-03-06T19:33:13.0166399Z (stdin, stderr) = p.communicate(random_text)
2021-03-06T19:33:13.0167787Z File "/usr/lib/python3.8/subprocess.py", line 1024, in communicate
2021-03-06T19:33:13.0169231Z stdout, stderr = self._communicate(input, endtime, timeout)
2021-03-06T19:33:13.0170735Z File "/usr/lib/python3.8/subprocess.py", line 1846, in _communicate
2021-03-06T19:33:13.0171966Z input_view = memoryview(self._input)
2021-03-06T19:33:13.0173607Z TypeError: memoryview: a bytes-like object is required, not 'str'