Disable TestComplexity.test_nn_module_test in fbcode (#56677)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/56677
This has been failing with `RecursionError: maximum recursion depth
exceeded while calling a Python object` in fbcode for a while now. Obviously
this isn't a fix, but the test works in OSS, so...
ghstack-source-id: 127146338
Test Plan:
```
buck test mode/dev //caffe2/test:jit -- --exact 'caffe2/test:jit - test_nn_module_tests (jit.test_complexity.TestComplexity)' --run-disabled
```
Reviewed By: Lilyjjo
Differential Revision: D27934963
fbshipit-source-id: 21d9858dab9ca1ebb5b67f286e788662dd24a988